我正在尝试在我的网站中添加自动加载功能,但此代码无法在iOS浏览器,Chrome或Safari中使用。在其他操作系统正常工作,包括Android设备。 这段代码来自https://codepen.io/matt-west/pen/jKnzG。
find . -mindepth 1 -maxdepth 1 -type d ! -print0 |
xargs -I {} -P 4 sh -c 'cd {}; python3 ~/bin/runspr.py SCF'
答案 0 :(得分:1)
iOS或Safari不支持数据列表。虽然它在我的Chrome中工作,所以你可能使用的是较早版本的Chrome(如果你试过的话,可能不支持iOS上的Chrome)