代码
<script language="javascript" type="text/javascript">
$().ready(
function () {
$.get(
"http://localhost/Help", function (m) {
//alert(m);
$("body").empty().html(m);
});
});
</script>

 

相关文章:

  • 2021-06-13
  • 2022-12-23
  • 2021-09-02
  • 2021-08-07
  • 2022-12-23
  • 2022-03-03
  • 2021-06-22
  • 2021-10-25
猜你喜欢
  • 2022-12-23
  • 2021-11-27
  • 2021-05-19
  • 2022-02-02
  • 2021-08-29
  • 2022-12-23
  • 2022-01-28
相关资源
相似解决方案