[ASP.NET]VB.NET 將 以空白取代(VB.NET will & nbsp; to replace the blank)
問題
VB.NET 將 以空白取代
解決方法
'傳入字串 remove & nbsp; space
Private Function ChangeEmptySpace(byval mstring as String) As String
If mstring = "& nbsp;" Then
Return String.Empty
Else
Return mstring
End If
End Function
沒有留言:
張貼留言