You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Public Property Get WAPUrl
WAPUrl = BlogHost & "?mod=wap&act=View&id=" & ID
End Property
Public Property Get HtmlWAPUrl
HtmlWAPUrl=TransferHTML(WAPUrl,"[html-format]")
End Property
Public Property Get PadUrl
PadUrl = BlogHost & "?mod=pad&act=View&id=" & ID
End Property
Public Property Get HtmlPadUrl
HtmlPadUrl=TransferHTML(PadUrl,"[html-format]")
End Property
The text was updated successfully, but these errors were encountered:
记得清理
The text was updated successfully, but these errors were encountered: