Skip to content

Python对比Java

语言特性

  • Python 代码在执行时,由 Python 解释器逐行读取、解释并执行
  • Java 的执行过程更复杂,结合了编译解释两种方式

1746282208701