编译型 = 全部翻译,再执行,C, C++

解释型 = 边执行边翻译,python php java c# perl ruby javascript