Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
var command = 'content query --uri content://contacts/people --projection display_name'; var result = shell(command, true); log(result);
console.show();
if(result.code == 0){ toast("执行成功"); }else{ toast("执行失败!请到控制台查看错误信息"); } 这个没有返回任何信息