嗯,使用 PhoneGap 开发跨平台移动应用程序,在这里我正在尝试在 Windows Phone 模拟器上测试我的应用程序(嗯,新开发的 Win.phone)
我写了一个普通的 HTML 页面有一个元素标签 img
<img id="PlateImage" width="200px" height="100px" src="Images\Plates\plate_blue.png"/>
我也尝试改变路径风格
<img id="PlateImage" width="200px" height="100px" src="/Images/Plates/plate_blue.png"/>
但是没有用我的模拟器显示alt属性而不是 img 本身。
有什么建议么 ??