【Chrome】乱七八糟
2014-12-19 12:46:04 # chrome
  1. 允许 Chrome 跨域 XMLHttpRequest 请求

     添加启动参数
     -disable-web-security
     形如:
     "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security
    
转载请标注原地址:https://xesam.github.io/2014/12/19/javascript/2014-12-19-Chrome-other/