
iteamvep
iteamvep回复给帖子:16700682
>>
完整版
[mw_shl_code=java,true]public class Test{
public static void main(String[] args) throws IOException {
Runtime.getRuntime().exec("cmd /c start \"\" \"http://v.youku.com/v_show/id_XNjExNTg2NjYw.html?beta&from=s1.8-1-1.2&spm=0.0.0.0.ng8wzK\"");
}
}[/mw_shl_code]