从字符串中返回指定数目的字符
代码:
<!DOCTYPE html><html>
<body>
<%
sometext="Welcome to this Web!!"
response.write(Mid(sometext, 9, 2))
%>
</body>
</html>
结果:
to
相关文章
- ASP.NET Razor C# 循环和数组
- ASP.NET MVC 文件夹
- ASP.NET MVC 视图
- ASP.NET ArrayList
- ASP.NET AdRotator 控件
- WebSecurity CurrentUserId 属性
- HTML InputRadiobutton
- ASP.NET HTML 控件 CheckboxList
- ASP.NET HTML 控件 CompareValidator
- C# 实例 For Each 循环
- C# 实例 使用 Chart 帮助器 根据数据库显示饼图
- ASP.NET Calendar NextMonthText 属性
- ASP.NET CheckBoxList RepeatColumns 属性
- ASP.NET CheckBoxList RepeatDirection 属性
- ASP.NET Button ValidationGroup 属性
- ASP.NET Panel GroupingText 属性
- ASP.NET BulletedList BulletStyle 属性
- ASP.NET Table CaptionAlign 属性
- ASP.NET TextBox Rows 属性
- ListControl 控件