为什么我的代码在Iphone 6 ios 10及更高版本的Safari浏览器中无法正常工作。在支持表中,支持代码中使用的所有值!除了这个设备之外,代码可以在任对于我的数据,我使用Wilddog和Firebase一样。数组看起来像{name:'Some',如:2,fav_count:5},{name:'Some2',like:3,fav_count:4},{name:'Some3',like:3,fav_count:4} 。 sort()函数出错了;
public static void main(String args[]) {
try {
Process proc = Runtime.getRuntime().exec("your installable exe");
proc.waitFor(); //Wait for it to finish
System.exit(0);
} catch (IOException e) {
e.printStackTrace();
} catch (InterruptedException e) {
e.printStackTrace();
}
}