如图 AIDE助手 写入代码double pi=3.1415; System.out.println(pi); AIDE助手 写入代码String s="hello"; System.out.println(s); AIDE助手