Copy语言代码:functioncopycode(obj){
n ...
Copy
语言代码:
function copycode(obj) {
var rng = document.body.createTextRange();
rng.moveToElementText(obj);
rng.scrollIntoView();
rng.select();
rng.execCommand("Copy");
rng.collapse(false);
}
Copy
语言代码:
<table summary="{lang digest}" cellspacing="0" cellpadding="0">
<thead>
<tr>
<td class="icon"> </td>
<th>{lang subject}</th>
<td lang="forum">{lang forum}</td>
<td class="author">{lang author}</td>
<td class="nums">{lang replies}/{lang views}</td>
<td class="lastpost">{lang lastpost}</td>
</tr>
</thead>