PhoneGap-----Device Infomation、Network State and four kinds of Notifications
Thefirst,wecanleadhowtogetthedeviceInfomation!It'svery convenientbyPhonegap!Atleast,Ithinkso!
MyDevice
functiononLoad()
{
document.addEventListener("deviceready",onDeviceReady,false);
}
functi