1. 程式人生 > >jquery easyui window引入新頁面出現亂碼

jquery easyui window引入新頁面出現亂碼

在要引入的頁面開頭加上一句,注意引入的頁面不能有html,head,body標籤

<meta http-equiv="content-type" content="text/html; charset=UTF-8">

即可解決亂碼問題
   		<!-- 彈出視訊視窗 -->
   		<div id="vedioWin" class="easyui-window" title="視訊視窗" style="width:800;height:650"
   		      data-options="modal:false,closed:true,width:750,height:550,href:'demo.html'">
   	   </div>