cyrilcao

A new day has come
Home » cyrilcao

plugin test

Markdown plugin test

print "test hello world"

ggooood

print "hello world"

title 2

function test() {
    console.log("Hello world!");
}

titile 3

function test() {
    console.log("Hello world!");
}

JS代码 

function test() {
    console.log("Hello world!");
}
 
(function(){
    var box = function() {
        return box.fn.init();
    };

    box.prototype = box.fn = {
        init : function(){
            console.log('box.init()');

            return this;
        },

        add : function(str) {
            alert("add", str);

            return this;
        },

        remove : function(str) {
            alert("remove", str);

            return this;
        }
    };
    
    box.fn.init.prototype = box.fn;
    
    window.box =box;
})();

var testBox = box();
testBox.add("jQuery").remove("jQuery");

heading

test1

<?php $this->options->siteUrl();?>

musictest

testcode

<?php echo 'hello jrotty!'; ?>

phpecho

<?php echo 'hello jrotty!'; ?>
  Life is fantastic
More
© 2025 cyrilcao版权所有 | 备案号-沪ICP备2021009045号-1
驱动Typecho - touchit主题 访问次数:254675