我正在嘗試將 formgoup 中的值發(fā)布到 php 頁(yè)面,最終保存在 mysql 數(shù)據(jù)庫(kù)中。當(dāng)我嘗試 POST 時(shí),我不斷收到錯(cuò)誤響應(yīng):SyntaxError: Unexpected token a in JSON at position 41 at JSON.parse (<anonymous>) at XMLHttpRequest.onLoad (http://localhost:8100/vendor.js:9017:51) at ZoneDelegate.invokeTask (http://localhost:8100/polyfills.js:3505:35) at Object.onInvokeTask (http://localhost:8100/vendor.js:75756:33) at ZoneDelegate.invokeTask (http://localhost:8100/polyfills.js:3504:40) at Zone.runTask (http://localhost:8100/polyfills.js:3273:51) at ZoneTask.invokeTask [as invoke] (http://localhost:8100/polyfills.js:3586:38) at invokeTask (http://localhost:8100/polyfills.js:4727:18) at XMLHttpRequest.globalZoneAwareCallback (http://localhost:8100/polyfills.js:4764:25)我在離子應(yīng)用程序中使用的代碼是: let body = { fullname: this.slideOneForm.value['fullName'], gender: this.slideOneForm.value['gender'], age: this.slideOneForm.value['age'], mstatus: this.slideOneForm.value['mstatus'], flocation: this.slideOneForm.value['flocation'], telno: this.slideOneForm.value['telno'], email: this.slideOneForm.value['email'], username: this.slideOneForm.value['username'], password: this.slideOneForm.value['password'], enterprise1: this.selected_enterprises[0], enterprise2: this.selected_enterprises[1], enterprise3: this.selected_enterprises[2], farmstock1: this.slideTwoForm.value['farm_stock'][0], };
- 1 回答
- 0 關(guān)注
- 176 瀏覽
添加回答
舉報(bào)
0/150
提交
取消