Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已阅读文档isLocal可以传递给 jQueryajax()方法的
isLocal
ajax()
但是,我不明白这是什么意思:
允许当前环境被识别为“本地”(例如文件系统),即使默认情况下 jQuery 不识别它。
我希望有一个示例或用例来说明在哪里使用它可能有用/合适。
默认值:取决于当前位置协议 允许当前环境被识别为“本地”(例如文件系统),即使默认情况下 jQuery 不识别它。以下协议当前被识别为本地协议:文件、*-extension 和小部件。如果 isLocal 设置需要修改,建议在 $.ajaxSetup() 方法中修改一次。
句法:
公共布尔 isLocal { 获取;放; }