判断是否是JSON实例:

原型:isJson( jsonObj )
说明:判断对象是否是JSON实例
返回:[true | false]

 

示例:

<%    
    Set jsonObj1 = toJson()
    Response.Write isJson( jsonObj1 ) ' 输出True
%>

 

相关文章:

  • 2022-12-23
  • 2022-02-05
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案