<?php
echo "hello world";
issues
问答
问题与建议
Hello world
<meta name="renderer" content="webkit">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="apple-mobile-web-app-title" content="iCMS">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
iCMS.init({
URL: "https://www.icmsdev.com",
API: "/api",
UHOME: "https://www.icmsdev.com/user/{uid}/",
PUBLIC: "https://www.icmsdev.com/public",
COOKIE: 'iCMS',
COMMENT:{
seccode: "1"
},
DIALOG: {
title: 'iCMS 提示信息'
},
});