A.node demo.js B.java node demo.js C.cd node.js D.cmd demo.js
A.select*from computer where price>=800 B.select*from computer where price>=1500andprice<=800 C.select*from computer price>=800andprice<=1500 D.select*from computer where price>=800andprice<=1500
A.数组 B.链表 C.字典 D.二叉树