这个程序我看不懂,谁能帮我解释一下,谢谢了?function lleft(content,lef)for le=1 to len(content)if asc(mid(content,le,1))<0 thenlef=lef-2elselef=lef-1end ifif lef<=0 then exit fornextlleft=left(content,le)end function