代码语言:javascript复制
<?php
frontendassetsAppAsset::register($this);
?>
<?php $this->beginPage() ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<?php $this->registerJs("alert(1)")?>
<?php $this->head() ?>
</head>
<body>
<?php $this->beginBody() ?>
<?php $this->endBody() ?>
</body>
</html>
<?php $this->endPage() ?>
代码语言:javascript复制<?php $this->registerJs("alert(1)")?>