phonegap+jquerymobile开发android的心得(2)

 得到微博的token之后用chrome调试老是会报错:

 

Origin null is not allowed by Access-Control-Allow-Origin

中文翻译是跨域报错

 

什么叫跨域呢:

JavaScript出于安全方面的考虑,不允许跨域调用其他页面的对象。

 

具体看:

http://www.cnblogs.com/rainman/archive/2011/02/20/1959325.html

 

对于phonegap在chrome下的问题

只需

chrome.exe --disable-web-security

你可能感兴趣的:(android,开发)