摘要:
普通jQuery的Ajax请求代码如下: $.ajax({ type: 'POST', url: "http://xxx/yyy/zzz/sendVerifyCode", data:{ phoneNo:$(".tel").val() }, success: function(data){ $.toa 阅读全文
摘要:
用react-navigation配置路由时,出现如下报错或白屏。 我的代码原来是 import {AppRegistry} from 'react-native'; import App from './App'; import {name as appName} from './app.json 阅读全文