早教吧 育儿知识 作业答案 考试题库 百科 知识分享

c#10000字节的表达试怎么写如判断FileUpload1.PostedFile.ContentLength〉10000byte如判断FileUpload1.PostedFile.ContentLength〉10000byte

题目详情
c# 10000字节的表达试怎么写 如判断FileUpload1.PostedFile.ContentLength〉10000 byte
如判断FileUpload1.PostedFile.ContentLength〉10000 byte
▼优质解答
答案和解析
FileUpload1.PostedFile.ContentLength>10*1024*1024;
10*1024*1024表示10M的字符长度.
希望对你有用啊.