使用Ext跨域载入外网信息
代码
- Ext.onReady(function () {
- Ext.data.JsonP.request({
- url: 'http://smart-ip.net/geoip-json',
- success: function (data) {
- Ext.getCmp("lb_weather").setText(data.city);
- },
- failure: function (d) {
- Ext.getCmp("lb_weather").setText("获取城市失败!");
- }
- })
- })
浙公网安备 33010602011771号