{"id":66,"date":"2005-05-05T12:05:15","date_gmt":"2005-05-05T04:05:15","guid":{"rendered":"http:\/\/fdream.net\/blog\/article\/66.aspx"},"modified":"2006-03-26T22:03:59","modified_gmt":"2006-03-26T14:03:59","slug":"%e6%88%aa%e5%8f%96%e5%ad%97%e7%ac%a6%e4%b8%b2%e7%9a%84%e5%89%8d%e4%b8%80%e6%ae%b5%e7%9a%84%e5%87%bd%e6%95%b0","status":"publish","type":"post","link":"https:\/\/fdream.net\/blog\/article\/66","title":{"rendered":"\u622a\u53d6\u5b57\u7b26\u4e32\u7684\u524d\u4e00\u6bb5\u7684\u51fd\u6570"},"content":{"rendered":"<blockquote>\n<p>Function InterceptString(text,length) &#8216;\u51fd\u6570\u540d<br \/>    text=trim(text) \u2019\u5ffd\u7565\u5b57\u7b26\u4e32\u524d\u540e\u7684\u7a7a\u767d<br \/>    text_length= len(text) &#8216;\u6c42\u5b57\u7b26\u4e32\u7684\u957f\u5ea6<br \/>    count_length = 0 \u2019\u7528\u6765\u8ba1\u6570<br \/>    if text_length >= 1 then<br \/>        for count= 1 to text_length &#8216;\u8fd9\u4e00\u4e2a\u5faa\u73af\u8ba1\u7b97\u8981\u622a\u53d6\u7684\u5b57\u7b26\u4e32<br \/>            if asc(mid(text,ii,1)) < 0 or asc(mid(text,ii,1)) >255 then &#8216;\u5982\u679c\u662f\u6c49\u5b57<br \/>                count_length = count_length + 2<br \/>            else<br \/>                count_length = count_length + 1<br \/>            end if<br \/>            if count_length >= length then<br \/>                text = left(trim(text),count) &#8216;\u5b57\u7b26\u4e32\u9650\u957f<br \/>                exit for<br \/>            end if<br \/>        next<br \/>        InterceptString = text &#8216;\u51fd\u6570\u8fd4\u56de\u503c<br \/>    else<br \/>        InterceptString = &#8220;&#8221;<br \/>    end if<br \/>End Function<\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Function InterceptString(text,length) &#8216;\u51fd\u6570\u540d text=trim(text) \u2019\u5ffd\u7565\u5b57\u7b26\u4e32\u524d\u540e\u7684\u7a7a\u767d text_length= len(text) &#8216;\u6c42\u5b57\u7b26\u4e32\u7684\u957f\u5ea6 count_length = 0 \u2019\u7528\u6765\u8ba1\u6570 if text_length >= 1 then for count= 1 to text_length &#8216;\u8fd9\u4e00\u4e2a\u5faa\u73af\u8ba1\u7b97\u8981\u622a\u53d6\u7684\u5b57\u7b26\u4e32 if asc(mid(text,ii,1)) < 0 or asc(mid(text,ii,1)) >255 then &#8216;\u5982\u679c\u662f\u6c49\u5b57 count_length = count_length + 2 else count_length = count_length + 1 end if if count_length >= length then text = left(trim(text),count) &#8216;\u5b57\u7b26\u4e32\u9650\u957f exit &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[25,26,161],"class_list":["post-66","post","type-post","status-publish","format-standard","hentry","category-coding","tag-ASP","tag-26","tag-161"],"views":18026,"_links":{"self":[{"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/posts\/66","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/comments?post=66"}],"version-history":[{"count":0,"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/posts\/66\/revisions"}],"wp:attachment":[{"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/media?parent=66"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/categories?post=66"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/tags?post=66"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}