absxacsa
<script type="text/javascript"> function myFunction() { // 这里写入要执行的代码逻辑 // alert("Hello World!"); var table = document.getElementById("mytab1"); var td1=table.getElementsByTagName("tr").item(1).getElementsByTagName("td").item(0) code1 = 'print("hello world1")' code2 = 'print("hello world2")' defined_content = '' + code1 + '\n' + code2 + ''
td1.innerHTML = defined_content
}
function myFunction2() {
var table = document.getElementById("mytab2");
var td1=table.getElementsByTagName("tr").item(1).getElementsByTagName("td").item(0)
// XML数据(这里只作为示例)
var xmlString = "<access-lists><access-list><name>BlockEntertainment</name><aces><ace><name>DenyEntertainmentSite1</name><matches><ipv4><destination-ip-address>220.181.38.148</destination-ip-address></ipv4></matches><actions><forwarding>drop</forwarding></actions></ace><!-- Add more ACEs for other entertainment sites --></aces></access-list></access-lists>";
xmlString = "<access-lists>\n\t<access-list>\n\t\t<name>BlockEntertainment</name>\n\t\t<aces>\n\t\t\t<ace>\n\t\t\t\t<name>DenyEntertainmentSite1</name>\n\t\t\t\t<matches>\n\t\t\t\t\t<ipv4>\n\t\t\t\t\t\t<destination-ip-address>220.181.38.148</destination-ip-address>\n\t\t\t\t\t</ipv4>\n\t\t\t\t</matches>\n\t\t\t\t<actions>\n\t\t\t\t\t<forwarding>drop</forwarding>\n\t\t\t\t</actions>\n\t\t\t</ace>\n\t\t\t<!-- Add more ACEs for other entertainment sites -->\n\t\t</aces>\n\t</access-list>\n</access-lists>";
<!-- xmlString = "<access-lists>\n<access-list>\n<name>BlockEntertainment</name>\n<aces>\n<ace>\n<name>DenyEntertainmentSite1</name>\n<matches>\n<ipv4>\n<destination-ip-address>220.181.38.148</destination-ip-address>\n</ipv4>\n</matches>\n<actions>\n<forwarding>drop</forwarding>\n</actions>\n</ace>\n<!-- Add more ACEs for other entertainment sites -->\n</aces>\n</access-list>\n</access-lists>"; -->
defined_content = '<pre><code>' + xmlString + '</code></pre>'
td1.innerHTML = defined_content
}
function progress() {
var bar = document.getElementById("progress1");
var width = 0;
var id = setInterval(frame, 10);
function frame() {
if (width >= 100) {
clearInterval(id);
myFunction();
}
else {
width++;
bar.style.width = width + '%';
}
}
}
function progress2() {
var bar = document.getElementById("progress2");
var width = 0;
var id = setInterval(frame, 10);
function frame() {
if (width >= 100) {
clearInterval(id);
myFunction2();
}
else {
width++;
bar.style.width = width + '%';
}
}
}
1. 运行
</tr>
</tbody>
</table>
2. 转化
模型输出-1 |
---|
</tr>
</tbody>
</table>
模型输出-2 |
---|