MIWIFI
{$a}
{$b}
{$c}
$(function(){
$.getJSON(/cgi-bin/luci/diagnosis/errindex, function( rsp ){
if ( rsp.code == 0) {
$(#text).html( $(#tplmain).html().tmpl(rsp.data) );
}
});
設置