String a = "http://www.sina.com"; char[] temp = new char[a.length()]; temp = a.toCharArray();是要这样的效果么?