- Log in to post comments
用户个人简介
404 – 找不到个人简介
会员起始日期:八月 2, 2022
帖子:
回复:
解决了,原因是禁用了UnknownUser用户,参考这个: https://community.intersystems.com/post/debugging-%E2%80%9Cserver-avail…
- Log in to post comments
解决了,直接不用截取了,转换为纯文本了set htmlSnippet = "<h1>Hello</h1>"
set regex = ##class(%Regex.Matcher).%New("<[^>]*>", htmlSnippet)
set htmlSnippet = regex.ReplaceAll("")
- Log in to post comments
认证与 Credly 徽章:
liu 还没有认证与 Credly 徽章.
关注者:
liu 还没有关注者。
正在关注:
liu 尚未关注任何人。
Enslib.Http.OutboundAdapter这个没试过