你的位置:
主页
>>
按钮特效
收藏夹按钮
加入如下代码到body区域
<input type="button" value="导入收藏夹" onClick="window.external.ImportExportFavorites(true,'');"> <input type="button" value="导出收藏夹" onClick="window.external.ImportExportFavorites(false,'');"> <input type="button" value="加入收藏夹" onclick="window.external.AddFavorite(location.href, document.title)"> <input type="button" value="整理收藏夹" onclick="window.external.ShowBrowserUI('OrganizeFavorites', null)">