class about {
private String name;
private String sex;
about(String name,String sex) {
this.name = name;
this.sex = sex;
}
public static void main(String[] args) {
new about("笑的心酸","男");
// or
new about("mnmnmssd","boy");
}
}
-
jia li dun
- China
- https:/i047.com
Popular repositories Loading
-
-
-
workerman-todpole
workerman-todpole PublicForked from walkor/workerman-todpole
HTLM5+WebSocket+PHP(Workerman) , rumpetroll server writen using php
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.