Test browser: Version of Chrome: 52.0.2743.116(测试浏览器:Chrome版本:52.0.2743.116)
It is a simple javascript that is to open an image file from local like 'C:\002.jpg'(这是一个简单的JavaScript,可以从本地打开图像文件,例如“ C:\ 002.jpg”)
function run(){
var URL = "file:///C:02.jpg";
window.open(URL, null);
}
run();
Here is my sample code.(这是我的示例代码。)
https://fiddle.jshell.net/q326vLya/3/(https://fiddle.jshell.net/q326vLya/3/)
Please give me any suitable suggestions.(请给我任何合适的建议。)
ask by KBH translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…