最贊回答 / qq_慕沐7016362
public class Telphone {? ? ? ? public static void main(String[] args) {? ? ? ? float screen;? ? ? ? float mem;? ? ? ? float cpu;? ? ? ? Telphone dex=new Telphone();? ? ? ? dex.call();? ? ? ? dex.sendMessage();? ? ? ? }? ? ? ? public void call(){? ? ? ? ? ...
2019-12-22