SAPUI5 WalkThrough Step 1: Hello World!

SAPUI5是基于HTML5, 因此我们先只用HTML来开发“Hello World"程序。

在WEBIDE中, 新建项目。

在webapp/index.html中, 输入如下代码

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>SAPUI5 Walkthrough</title>
</head>
<body>
    <div>Hello World</div>
</body>
</html>

执行

 

posted @ 2021-07-07 19:34  客于溟  阅读(184)  评论(0)    收藏  举报