前些时候做过的一份面试试题[6]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 keminlau 的 blog

2.完成下面函数

         public static string left(string ssource, int ilength)

         {

                   //完成类似于vbleft函数的功能(返回字符串ssource的左ilength位的字符串)。

         }

解:

using system;

 

class test{

    public static void main(){

本文关键:前些时候做过的一份面试试题
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top