<%
'response.write (IsNull(rs("month_finish_count_price")))
If IsNull(rs("month_finish_count_price"))=true Or Rs("month_finish_count_price") = "" then
response.write "--"
else
response.write (rs("month_finish_count_price"))
end if
%>

 

If IsNull(rs("month_finish_count_price"))=true   可以去掉  '=true '

直接写成:If IsNull(rs("month_finish_count_price"))

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-11-23
  • 2021-12-02
  • 2021-11-13
  • 2021-11-20
猜你喜欢
  • 2022-12-23
  • 2022-01-14
  • 2021-09-02
  • 2022-12-23
  • 2021-06-04
  • 2021-11-23
  • 2022-03-05
相关资源
相似解决方案