本文介绍了字符串长度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从一个查询字符串中分配了一个字符串


公共字符串a = request.querystring [1]


我该怎么办?确保字符串a小于250个字符?不使用if''s

aaron

I have a string assigned a value from a querystring

public string a = request.querystring[1]

how can i make sure string a is less than 250 char? without using if''s
aaron

推荐答案





这篇关于字符串长度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 10:15