相關(guān)創(chuàng)作
留言共 28 篇留言
一劍封邪兵燹:
頭二 不錯聽的歌 不知道是誰唱的呢? 很期待的動畫.
07-17 12:10
力克胡哲手舞足蹈:
printf(“HelloWorld!”);
07-17 17:48
夏洛克?福爾摩斯:
cout << "hello world" << endl;
07-17 18:25
司語:
>>>'Hello {c} !'.format(c = 'World')
07-17 19:03
播磨拳兒:
System.out.println("Hello World");
07-17 19:06
darktin:
console.log("Hello World");
07-17 19:09
DLGEmperor:
Response.Write(“Hello world”);
07-17 19:20
鏡中蝶中鏡:
Console.WriteLine("Hello World!");
07-17 19:26
※月※:
程式的開始...顯示Hello World
07-17 19:33
心酸誰能知:
>>> print(‘‘Hello World’’)
07-17 19:45
炎氏舞:
// Hello world!
07-17 21:12
無名小卒:
system call hello world
07-17 22:24
Artis:
fmt.Println(“Hello World”)
07-17 22:26
無情鯊鯊:
看到這個標(biāo)題果然一進(jìn)來就是這些?
07-17 22:37
A夢:
可以 這很程式喔XD
07-18 00:10
地上爬的星星:
system call!generate luminous element!word shape!form hello world!burst element!(誤)
07-18 00:25
Icycool:
document.getElementById('x').innerHTML('Hello world' + '噓爆樓上的')
07-18 07:15
高橋李依賽高:
String A ="Hello World";
String B ="ハロー?ワールド";
System.out.println( A + "\n" + B );
07-18 14:16
OnClick:
echo 'Hello World';
07-20 17:30
延痕天之智雷瑪:
哈哈果然大家想到都是程式-w-
07-22 08:06
我要留言提醒:您尚未登入,請先
登入再留言
30喜歡★heart7153 可決定是否刪除您的留言,請勿發(fā)表違反站規(guī)文字。
前一篇:大橋彩香第 9 張單曲「...
後一篇:
egg('.MSG-list8C img').each(function(elem){
elem.className = elem.className + ' lazyload';
});
egg('.gallery-image').imageGallery();
function deleteCreation(vCode){
var content = egg('.MSG-list8C').html();
var pattern = /]*?>/i;
var html = '確定要刪除嗎?';
var width = '200px';
if(content.match(pattern)){
html += '
';
width = '350px';
}
html += '
';
var boxConfig = {
'closeButton': false,
'css': {
'width': width
}
};
egg.mutbox(html, '訊息', {
'確定': function(){
if(egg('#chkDelTruthImage:checked').size()){
egg('[name=delTruthImage]').val('yes');
}
egg.cookie.del('ckHOME_CREATION','home.gamer.com.tw','/');
egg.cookie.set('ckHOME_CREATION',vCode,'home.gamer.com.tw','/');
document.getElementById('frmDel').submit();
egg.lightbox.close();
},
'取消': function(){
egg.lightbox.close();
}
},boxConfig);
var buttonOk = egg('.BH-popbtns :button:eq(0)');
if(buttonOk.size()){
buttonOk.get(0).focus();
}
}
resizeImage(627);
resizeThumbImage();
egg('.btnGp').click(function(){
$.mutbox('請先登入才能進(jìn)行此動作', '訊息', {'確定':function(){location.;}});
});