Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/84.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html Windows phone emulator不支持';不加载图像_Html_Windows Phone 7_Cordova_Image - Fatal编程技术网

Html Windows phone emulator不支持';不加载图像

Html Windows phone emulator不支持';不加载图像,html,windows-phone-7,cordova,image,Html,Windows Phone 7,Cordova,Image,嗯,使用PhoneGap开发跨平台移动应用程序,在这里,我尝试在windows phone模拟器上测试我的应用程序(嗯,在Win.phone上开发的最新版本) 我写了一个普通的HTML页面,它有一个元素标记img <img id="PlateImage" width="200px" height="100px" src="Images\Plates\plate_blue.png"/> 我还试图改变路径样式 <img id="PlateImage" width="20

嗯,使用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本身


任何建议???

要修复此错误,请按照以下步骤操作

  • 在Soulion资源管理器中,右键单击图像,然后单击属性
  • 选择“构建操作”,然后选择“内容”
  • 保存并运行