easyUI:線上引入js、css及html動態拼接tree做法
阿新 • • 發佈:2019-01-23
一、easyUI:線上引入js、css
<link rel="stylesheet" type="text/css" href="http://www.jeasyui.net/Public/js/easyui/themes/default/easyui.css"> <link rel="stylesheet" type="text/css" href="http://www.jeasyui.net/Public/js/easyui/themes/icon.css"> <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.1.min.js"></script> <script type="text/javascript" src="http://www.jeasyui.net/Public/js/easyui/jquery.easyui.min.js"></script>
二、html動態拼接tree做法
在爬蟲爬取頁面html拼接時候遇到這個問題。
解決辦法:把html轉換成easyUI tree需要的json格式,再進行拼接。如果只是單純的html字串拼接,easyUI會無效。