我不知道还能做什么...我看教程,我阅读文档,到目前为止没有结果......我真的需要帮助,至少可以查看我的代码来找出问题所在......我需要它很多使用这个
CONFIG.XML
var nums = [1, 5, 88, 2, 5, 42, 57, 101]
var nouns = ["ducks", "telephone booth", "the enterprise", "robots", "amazon", "eraser", "zafod", "a"]
// output of the first function should be: "1 ducks"
for (let i = 0; i < nums.length; i++) {
console.log(nums[i] + " " + nouns[i]);
}
App.componet.ts
<platform name="ios">
<resource-file src="GoogleService-Info.plist" />
</platform>
<plugin name="phonegap-plugin-push" spec="^2.2.3">
<variable name="SENDER_ID" value="931157632289" />
</plugin>