日期:2014-05-17 浏览次数:20441 次
<scriptid="json-friendList"type="json/text">我只想要这么一段但是页面前后都有好长的字符串我怎么只取出这一段的东西
[
{
"fakeId":"2877403220",
"nickName":"黑夜",
"remarkName":"",
"groupId":"0"
}
]
</script>
string tempStr = Regex.Match("内容", @"(?i)<script\s*?id=(['""]?)json-friendList\1[^>]*?>[^<>]*?</script>").Value;