4 lines
99 B
JavaScript
4 lines
99 B
JavaScript
$(function () {
|
|
//二级域名
|
|
$("span.domain").html($.trim($("td.domain").text()));
|
|
}); |