Alternatives to JavaScript

前端 未结 18 1820
迷失自我
迷失自我 2020-12-04 07:11

At the moment, the only fully supported language, and the de-facto standard for DOM tree manipulation in the browser is JavaScript. It looks like it has deep design issues t

18条回答
  •  一整个雨季
    2020-12-04 08:12

    In terms of client side Javascript is the only way to manipulate the DOM. In terms of server side there are a multitude of ways.

提交回复
热议问题