更多操作
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
function openWindow(){ | function openWindow(){ | ||
var title = $('#immerse_button').children('p').text() | var title = $('#immerse_button').children('p').text() | ||
window.open("https://www.medforest.cn/tools/tiku?title="+title) | window.open("https://www.medforest.cn/tools/tiku?title="+title) | ||
} | } | ||
$('<button class="button" onclick="openWindow()">进入做题页面</button>').appendTo($('#immerse_button')) |