我正在使用AJAX调用将注释传递给Web服务。我想在服务器端(VB.NET)浏览该字符串。我找到了2个选项。
.one,.two,.three{
border: 1px solid;
float: left;
margin: 5px;
width: 25%;
text-align: center;
padding: 15px;
}
@media (max-width: 519px) {
.one,.two,.three{
border: 1px solid red;
}
}
和
System.Uri.UnescapeDataString(myComment)
我想知道最好的方法。