Warning: getimagesize(): open_basedir restriction in effect. File(/etc/pki/tls/certs/ca-bundle.crt) is not within the allowed path(s): (/www/wwwroot/sunlights.cc/:/tmp/) in /www/wwwroot/sunlights.cc/usr/plugins/AMP/Action.php on line 469

Warning: failed loading cafile stream: `/etc/pki/tls/certs/ca-bundle.crt' in /www/wwwroot/sunlights.cc/usr/plugins/AMP/Action.php on line 469

Warning: getimagesize(): Failed to enable crypto in /www/wwwroot/sunlights.cc/usr/plugins/AMP/Action.php on line 469

Warning: getimagesize(https://www.sunlights.cc/usr/uploads/2018/06/2551853344.png): failed to open stream: operation failed in /www/wwwroot/sunlights.cc/usr/plugins/AMP/Action.php on line 469
新页面直接测试

Sunlights Blog

新页面直接测试

测试emoji

:smile: :laughing: :blush: :smiley: :relaxed: :smirk: :heart_eyes: :kissing_heart: :kissing_closed_eyes: :flushed: :relieved:

测试图片


测试代码

.post-list-item-container .item-slant {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 50px;
    left: 0;
    width: 110%;
    /* min-height: 100px; */
    -moz-transform:rotate(7deg) translateZ(0) translate(-10px,0px) skew(0deg,0deg);
    -webkit-transform: rotate(7deg)  translateZ(0)  skew(0deg,0deg) translate(-10px,0px);
    -o-transform:rotate(7deg) translateZ(0) translate(-10px,0px) skew(0deg,0deg);
    -ms-transform: rotate(7deg)  translateZ(0) skew(0deg,0deg) translate(-10px,0px);
    transform: rotate(7deg)  translateZ(0) skew(0deg,0deg) translate(-10px,0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff
}
.post-content img {
    position: relative;
    /* display: block; */
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.post-content p img {
    position: relative;
    #display: block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    /* margin: 20px auto */
    margin: auto
}
string={hello:'world',its:{over:9000},foo:['bar']}  
msgbox,% jsonGet(string,"hello")  
msgbox,% jsonGet(string,"its.over")  
msgbox,% jsonGet(string,"foo[0]")   
obj:={hello:"world",its:{over:9000},foo:["bar"]}  
msgbox,% jsonBuild(obj)   
string={hello:'world',its:{over:9000},foo:['bar']}  
obj:=jsonAHK(string)  
msgbox,% obj.hello  
msgbox,% obj.its.over  
msgbox,% obj.foo.0   
jsonAHK(s){  
    static o:=comobjcreate("scriptcontrol")  
    o.language:="jscript"  
    return o.eval("(" s ")")  
}  
jsonBuild(j) {   
    for x,y in j  
        s.=((a:=(j.setcapacity(0)=(j.maxindex()-j.minindex()+1)))?"":x ":")(isobject(y)?jsonBuild(y):y/y||y==0?y:"'" y "'") ","   
        ;s.=x ":" (isobject(y)?jsonBuild(y):y/y||y==0?y:"'" y "'") ","  
    return (a?"[" rtrim(s,",") "]":"{" rtrim(s,",") "}")  
    ;return ("{" rtrim(s,",") "}")  
}  
jsonGet(s,k){  
    static o:=comobjcreate("scriptcontrol")  
    o.language:="jscript"  
    return o.eval("(" s ")." k)  
}
<html>
 <head>
  <title>PHP 测试</title>
 </head>
 <body>
 <?php echo '<p>Hello World</p>'; ?>
 </body>
</html>

测试居中

:herb: :herb: :herb: :herb: :herb: :herb: :herb:

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »