function ShowSpeedCountAllHomePage() { var str; str=''; str=str+'测试点总数:
'; str=str+'总访问次数:
'; str=str+'昨日访问数:
'; str=str+'今日访问数: '; document.getElementById("speedcount").innerHTML = str; } ShowSpeedCountAllHomePage();