Discuss Scratch

Markchai
Scratcher
500+ posts

scratch网页代码

呵呵,我凭什么给你看

Last edited by Markchai (June 21, 2019 11:20:52)

wrj2009
Scratcher
1000+ posts

scratch网页代码

<!DOCTYPE html>
<!–> <html class=“ie8”> <!–>
<!–> <html class=“ie9”> <!–>
<!–><!–> <html> <!–<!–>
<head>
<meta charset=“UTF-8” />

<meta http-equiv=“x-ua-compatible” content=“ie=edge”>
<meta name=“viewport” content=“width=device-width, initial-scale=1”>

<!– Prevent mobile Safari from making phone numbers –>
<meta name=“format-detection” content=“telephone=no”>


<title>Scratch - Imagine, Program, Share</title>

<!– Search & Open Graph–>
<meta name=“description” content=“Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.” />
<meta name=“google-site-verification” content=“m_3TAXDreGTFyoYnEmU9mcKB4Xtw5mw6yRkuJtXRKxM” />

<meta property=“og:url” content="https://scratch.mit.edu/“ />
<meta property=”og:type“ content=”website“ />
<meta property=”og:title“ content=”Scratch - Imagine, Program, Share“ />
<meta property=”og:description“ content=”Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.“ />
<meta property=”og:image“ content=”https://scratch.mit.edu/images/scratch-og.png“ />
<meta property=”og:image:type“ content=”image/png“ />
<meta property=”og:image:width“ content=”986“ />
<meta property=”og:image:height“ content=”860“ />


<!– Favicon & CSS normalize –>
<link rel=”shortcut icon“ href=”/favicon.ico“ />
<link rel=”stylesheet“ href=”/css/lib/normalize.min.css“ />

<!– Polyfills –>
<script src=”/js/polyfill.min.js"></script>

<!– Analytics (GA) –>
<script>
/* eslint-disable */
(function(i,s,o,g,r,a,m){i=r;i=i||function(){
(i.q=i.q||).push(arguments)},i.l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o);a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', ‘UA-30688952-1’, {
‘sampleRate’: 10
});
ga('send', ‘pageview’);
window.GA_ID = ‘UA-30688952-1’;
/* eslint-enable */
</script>
</head>

<body>
<div id=“app”></div>

<!– Vendor & Initialize (Session & Localization)–>
<script src=“/js/common.bundle.js”></script>

<!– Scripts –>
<script src=“/js/splash.intl.js”></script>
<script src=“/js/splash.bundle.js”></script>

<!– Translate title element –>

<script>
var loc = window._locale || ‘en’;
if (typeof window._messages !== ‘undefined’ && loc !== ‘en’) {
if (typeof window._messages === ‘undefined’) {
loc = loc.split('-');
}
if (typeof window._messages !== ‘undefined’) {
var localizedTitle = window._messages || ‘';
if (localizedTitle.length > 0) {
document.title = ’Scratch - ' + localizedTitle;
}
}
}
</script>

</body>
</html>
主页源代码,共83行

Last edited by wrj2009 (July 20, 2019 06:52:13)

wyr061229
Scratcher
100+ posts

scratch网页代码

该论坛的源代码:

<!DOCTYPE html>

<html>
<head>
<meta http-equiv=“X-UA-Compatible” content=“IE=Edge” />

<meta name=“google-site-verification” content=“m_3TAXDreGTFyoYnEmU9mcKB4Xtw5mw6yRkuJtXRKxM” />
<title>scratch网页代码 - Discuss Scratch</title>

<link rel=“stylesheet” href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/vendor/redmond/jquery.ui.all.css” />

<link href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/css/main.css” rel=“stylesheet” type=“text/css” />

<link rel=“stylesheet” href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//css/handheld.css” media=“handheld, only screen and (max-device-width:480px)”/>


<!– base forum css styles –>
<link href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/themes/base.css” rel=“stylesheet”>
<!– Forum theme colour scheme –>
<link href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/themes/scratch_default_theme_copy/css/default_cs.css” rel=“stylesheet”>
<link href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/themes/scratch_default_theme_copy/style.css” rel=“stylesheet”>
<!– Highlightjs goodies –>
<link href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/css/pygments.css” rel=“stylesheet” />

<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//js/jquery.min.js”></script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/js/lib/underscore-min.js”></script>

<script>
window.console||(window.console={log:$.noop,error:$.noop,debug:$.noop}); // ensure console fails gracefully when missing
// define _gaq here to log errors with GA. ga.js script gets loaded furthe down
var sessionCookieName = ‘scratchsessionsid’;
var _gaq = window._gaq || ;
_gaq.push();
_gaq.push();
_gaq.push();



_gaq.push();




</script>
<script type=“text/javascript”>
function getCookie(name) {
var cookieValue = null;
if (document.cookie && document.cookie != ‘') {
var cookies = document.cookie.split(’;');
for (var i = 0; i < cookies.length; i++) {
var cookie = jQuery.trim(cookies);
// Does this cookie string begin with the name we want?
if (cookie.substring(0, name.length + 1) == (name + ‘=’)) {
cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
break;
}
}
}
return cookieValue;
}

function setCookie(name, value, days) {
var expires;

if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = “; expires=” + date.toGMTString();
} else {
expires = “”;
}
document.cookie = escape(name) + “=” + escape(value) + expires + “; path=/”;
}
</script>

<script>


var Scratch = Scratch || {};
Scratch.INIT_DATA = Scratch.INIT_DATA || {};



Scratch.INIT_DATA.ADMIN = false;
Scratch.INIT_DATA.LOGGED_IN_USER = {

model: {
username: ‘wyr061229’,
username_truncated: ‘wyr061229’,
has_outstanding_email_confirmation: ‘false’,

id: 39581293,
profile_url: ‘/users/wyr061229/’,
thumbnail_url: ‘//uploads.scratch.mit.edu/users/avatars/39581293.png’

},

options: {

authenticated: true


}
};
Scratch.INIT_DATA.comment_posting = true;

Scratch.INIT_DATA.BROWSERS_SUPPORTED = {

chrome: 35,
firefox: 31,
msie: 8,
safari: 7
};

Scratch.INIT_DATA.TEMPLATE_CUES = {

unsupported_browser: true,
welcome: true,
confirmed_email: false
};







Scratch.INIT_DATA.IS_IP_BANNED = false;

Scratch.INIT_DATA.GLOBAL_URLS = {
‘media_url’: ‘//uploads.scratch.mit.edu/’,
‘static_url’: ‘//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/’,
‘static_path’: ‘/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/’
}

Scratch.INIT_DATA.IS_SOCIAL = true;

Scratch.ALERT_MSGS = {
‘error’: ‘Oops! Something went wrong’,
‘inappropriate-generic’: ‘Hmm…the bad word detector thinks there is a problem with your text. Please change it and remember to <a target=“_blank” href=“/community_guidelines/”>be respectful</a>.’,
‘image-invalid’: ‘Upload a valid image. The file you uploaded was either not an image or a corrupted image.’,
‘thumbnail-missing’: ‘Missing file’,
‘thumbnail-upload-bad’: ‘Bad upload’,
‘thumbnail-too-large’: ‘Maximum file size is 512 KB and less than 500x500 pixels.’,

‘inappropriate-comment’: ‘Hmm…the bad word detector thinks there is a problem with your comment. Please change it and remember to <a target=“_blank” href=“/community_guidelines/”>be respectful</a>.’,
‘comment-has-chat-site’: ‘Uh oh! This comment contains a link to a website with unmoderated chat. For safety reasons, please do not link to these sites!’,

‘empty-comment’: “You can't post an empty comment!”,
‘delete_comment’: ‘<div title=“Delete Comment?”><p>Are you sure you want to delete this comment? If the comment is mean or disrespectful, please click report instead, to let the Scratch Team know about it.</p></div>’,
‘report_comment’: ‘<div title=“Report Comment?”></p>Are you sure you want to report this comment?</p></div>’,
‘report_comment_educator’: ‘<div title=“Delete Comment?”></p>Are you sure you want to delete this comment?</p></div>’,
‘followed’: ‘You are now following ’,
‘unfollowed’: ‘You are no longer following ’,
‘comment-spam’: “Hmm, seems like you've posted the same comment a bunch of times. Please don't spam.”,
‘comment-flood’: “Woah, seems like you're commenting really quickly. Please wait longer between posts.”,
‘comment-muted’: “Hmm, the filterbot is pretty sure your recent comments weren't ok for Scratch, so your account has been muted for the rest of the day. :/”,
‘comment-unconstructive’: “Hmm, the filterbot thinks your comment may be mean or disrespectful. Remember, most projects on Scratch are made by people who are just learning how to program. Read the <a href='/community_guidelines'>community guidelines</a>, and be nice.”,
‘comment-disallowed’: “Hmm, it looks like comments have been turned off for this page. :/”,
‘project-complaint-length’: “That's too short. Please describe in detail what's inappropriate or disrespectful about the project.”,
‘project-complaint-buglength’: “That's too short! Please describe in detail what you expected the project to do, and how exactly it is broken. Thanks!”,
‘editable-text-too-long’: “That's too long! Please find a way to shorten your text.”

}


</script>


<meta property=“og:type” content=“website” />

<meta property=“og:description” content=“Make games, stories and interactive art with Scratch. (scratch.mit.edu)”/>



<meta property=“og:title” content=“Scratch - Imagine, Program, Share”/>
<meta property=“og:url” content="https://scratch.mit.edu/discuss/topic/355596/“ />


</head>

<body class=”" >
<!–>
<div class=“unsupported-browser banner” data-cue=“unsupported_browser”>
<div class=“container”>
<span>Scratch supports Internet Explorer 9+. We suggest you upgrade to <a href=“/info/faq/#requirements”>a supported browser</a>, <a href=“/scratch2download/”>download the offline editor</a>, or <a href="https://en.scratch-wiki.info/wiki/List_of_Bug_Workarounds">read about common workarounds</a>.</span>
</div>
</div>
<!–>
<div id=“pagewrapper”>


<div id=“topnav” >
<div class=“innerwrap”>
<div class=“container”>
<a href=“/” class=“logo”><span class=“scratch”></span></a>
<ul class=“site-nav”>
<li><a id=“project-create” href=“/projects/editor/?tip_bar=home”>创建</a></li><li><a href=“/explore/projects/all”>探索</a></li><li ><a href=“/ideas”>创意</a></li><li class=“last”><a href=“/about/”>关于</a></li>
</ul>

<form class=“search” action=“/search/projects” method=“get” class=“search”>
<input type=“submit” class=“glass” value=“”>

<input id=“search-input” type=“text” placeholder=“搜索” name=“q” >
</form>

<ul class=“account-nav”></ul>
<script type=“text/template” id=“template-account-nav-logged-out”>
<ul class=“account-nav” >
<li class=“join-scratch” data-control=“registration”><span class=“”><span>加入 Scratch</span></span></li><li id=“login-dropdown” class=“sign-in dropdown”><span data-toggle=“dropdown” class=“dropdown-toggle”><span>登入</span></span><div class=“popover bottom dropdown-menu”><div class=“arrow”></div><div class=“popover-content” ><form method=“post” id=“login” action=“#”><label for=“username”>用户名称</label><input type=“text” id=“login_dropdown_username” name=“username” maxlength=“30” class=“wide username” /><label for=“password” class=“password”>密码</label><input type=“password” name=“password” class=“wide password” /><div class=“ajax-loader” style=“display:none; float: left;”></div><button type=“submit”>登入</button><span class=“forgot-password”><a href=“/accounts/password_reset/”>需要帮助?</a></span><div class=“error”></div></form></div></div></li><li data-control=“modal-login” class=“sign-in mobile”><span>登入</span></li>
</ul>
</script>
<script type=“text/template” id=“template-account-nav-logged-in”>
<ul class=“account-nav logged-in”><li class=“messages”><a title=“消息 - 系统更新与注意事项” href=“/messages” class=“messages-icon”><span class=“notificationsCount none”>0</span></a></li><li class=“my-stuff”><a title=“我的东西 - 管理项目和工作室” href=“/mystuff/” class=“mystuff-icon”></a></li><li class=“logged-in-user dropdown”><span class=“user-name dropdown-toggle” data-toggle=“dropdown”><img class=“user-icon” src=“<%- LOGGED_IN_USER.model.thumbnail_url %>” width=“24” height=“24”><%- LOGGED_IN_USER.model.username_truncated %><span class=“caret”></span></span><div class=“dropdown-menu blue” ><ul class=“user-nav”><li><a href=“<%- LOGGED_IN_USER.model.profile_url %>”>个人信息</a></li><li><a href=“/mystuff/”>我的东西</a></li><% if (LOGGED_IN_USER.model.is_educator){ %><li><a href=“/educators/classes/”>我的所有班级</a></li><% } %><% if (LOGGED_IN_USER.model.is_student){ %><li><a href=“/classes/<%- LOGGED_IN_USER.model.classroom_id %>/”>我的班级</a></li><% } %><li><a href=“/accounts/settings/”>账号设置</a></li><li id=“logout” class=“logout divider”><form method=“post” action=“/accounts/logout/”><input type='hidden' name='csrfmiddlewaretoken' value='q5IywfovvKWaGFH81M8rpU66TtOploDJ' /><input type=“submit” value=“登出”></form></li></ul></div></li></ul>
</script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/js/account-nav.js”></script>
</div>
<iframe class=“iframeshim” frameborder=“0” scrolling=“no”><html><head></head><body></body></html></iframe>
</div><!– innerwrap –>
</div>


<div class=“confirm-email banner” data-cue=“confirmed_email” style=“display:none;”>
<div class=“container”>

<span><a id=“confirm-email-popup” href=“#”>验证信箱</a> 以启用分享功能。 <a href=“/help/faq/#accounts”>有问题吗?</a></span>
<div class=“close”>x</div>
</div>
</div>


<div class=“container” id=“content”>
<div id=“alert-view”></div>





<div id=“djangobbwrap”>
<div id=“djangobbindex” class=“djangobb”>
<div id=“brdheader” class=“box”>
<div class=“box-head”>
<h2><!–<span><a href=“/discuss/”>–>Discuss Scratch<!–</a></span>–></h2>
<p><span></span></p>
</div>
<div id=“brdmenu” class=“box-content”>

<ul class=“conr”>
<li><a href=“/discuss/search/?action=show_new”>显示上次访问后的新帖子</a></li>
</ul>

<ul>

<li id=“navindex”><a href=“/discuss/”>Discussion Home</a></li>
<li id=“navsearch”><a href=“/discuss/search/”>搜索</a></li>


</ul>
</div>
</div>










<div class=“linkst”>

<div class=“follow-topic top”>
<img src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//images/ajax-loader.gif” class=“loading” style=“display: none;” alt=“loading…” />
<p class=“error” style=“display: none;”>There was an error Try again?</p>
<form method=“post” action=“/discuss/subscription/topic/355596/add/”>
<input type='hidden' name='csrfmiddlewaretoken' value='q5IywfovvKWaGFH81M8rpU66TtOploDJ' />
<button type=“submit” class=“follow-button button blue” title=“”>Follow Discussion</button>
</form>
<form method=“post” action=“/discuss/subscription/topic/355596/delete/”>
<input type='hidden' name='csrfmiddlewaretoken' value='q5IywfovvKWaGFH81M8rpU66TtOploDJ' />
<button type=“submit” style=“display: none;” class=“unfollow-button button grey” title=“Stop getting messages about new posts to this discussion”>Unfollow Discussion</button>
</form>
</div>





<ul>
<li>
<a href=“/discuss/”>讨论区</a> </li><li>&raquo; <a href=“/discuss/16/”>中文</a> </li><li>&raquo; scratch网页代码
<a href=“/discuss/feeds/topic/355596/”><img src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/img/feed-icon-small.png” alt="“ title=”“ class=”breadcrumb_rss“ /></a>
</li>
</ul>
</div>




<div id=”p3598830“ class=”blockpost roweven firstpost“>
<a name=”post-3598830“></a>

<div class=”box“>
<div class=”box-head“>
<span class=”conr“>#1</span><a href=”/discuss/post/3598830/“>六月 21, 2019 07:18:56</a>
</div>
<div class=”box-content“>
<div class=”postleft“>
<dl>
<dt><a class=”black username“ href=”/users/Markchai/“>Markchai</a></dt>

<dd class=”postavatar“>
<a href=”/users/Markchai/“><img src=”//cdn2.scratch.mit.edu/get_image/user/39114717_90x90.png“ width=”90“ height=”90“></a>
</dd>

Scratcher

<br>

100+ posts





</dl>
</div>
<div class=”postright“>
<h3>scratch网页代码</h3>
<div class=”postmsg“>
<div class=”post_body_html“>呵呵,我凭什么给你看</div>

<p class=”postedit“><em class=”posteditmessage“>Last edited by Markchai (六月 21, 2019 07:20:52)</em></p>



<div class=”postsignature“>
<hr>

我是一名Scratch离线编辑器翻译员,我我有时也翻译官网項目、制作3D项目,关注我吧!<br/> &mdash;&mdash;&mdash;&mdash;&mdash;&mdash;-特&mdash;&mdash;&mdash;&mdash;-色&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&ndash;<br/><a href=”https://scratch.mit.edu/projects/302660755/“>中国人自己的电脑系统V2.0</a>|<a href=”https://scratch.mit.edu/projects/304352438/“>我的小宇宙(世界地球日宣传)</a>|<a href=”https://scratch.mit.edu/projects/314446660/“>随机3D星座生成器V1.0</a>|<a href=”https://scratch.mit.edu/projects/287323683/“>我的世界2D中文版</a>|<a href=”https://scratch.mit.edu/projects/289001295/“>我的世界3D中文版</a>|<a href=”https://scratch.mit.edu/studios/5772226/projects/“>全球华人玩家聚集地</a><br/>
</div>


</div>
</div>
<div class=”clearer“></div>
<div class=”postfootleft“>
</div>
<div class=”postfootright“>
<ul>

<li class=”postreport“><a href=”/discuss/misc/?action=report&amp;post_id=3598830“>检举</a> </li>





<li class=”postquote“>| <a onclick=”return copy_paste('p3598830');“ href=”#reply“ title=”Insert a quotation of this post in your reply.“>引用</a></li>


</ul>
</div>
</div>
</div>
</div>

<div id=”p3637781“ class=”blockpost roweven firstpost“>
<a name=”post-3637781“></a>

<div class=”box“>
<div class=”box-head“>
<span class=”conr“>#2</span><a href=”/discuss/post/3637781/“>昨天 02:51:05</a>
</div>
<div class=”box-content“>
<div class=”postleft“>
<dl>
<dt><a class=”black username“ href=”/users/wrj2009/“>wrj2009</a></dt>

<dd class=”postavatar“>
<a href=”/users/wrj2009/“><img src=”//cdn2.scratch.mit.edu/get_image/user/default_90x90.png“ width=”90“ height=”90“></a>
</dd>

New to Scratch

<br>

35 posts






</dl>
</div>
<div class=”postright“>
<h3>scratch网页代码</h3>
<div class=”postmsg“>
<div class=”post_body_html“><blockquote>&lt;!DOCTYPE html&gt;<br/>&lt;!&ndash;&gt; &lt;html class=&ldquo;ie8&rdquo;&gt; &lt;!&ndash;&gt;<br/>&lt;!&ndash;&gt; &lt;html class=&ldquo;ie9&rdquo;&gt; &lt;!&ndash;&gt;<br/>&lt;!&ndash;&gt;&lt;!&ndash;&gt; &lt;html&gt; &lt;!&ndash;&lt;!&ndash;&gt;<br/> &lt;head&gt;<br/> &lt;meta charset=&ldquo;UTF-8&rdquo; /&gt;<br/><br/> &lt;meta http-equiv=&ldquo;x-ua-compatible&rdquo; content=&ldquo;ie=edge&rdquo;&gt;<br/> &lt;meta name=&ldquo;viewport&rdquo; content=&ldquo;width=device-width, initial-scale=1&rdquo;&gt;<br/><br/> &lt;!&ndash; Prevent mobile Safari from making phone numbers &ndash;&gt;<br/> &lt;meta name=&ldquo;format-detection&rdquo; content=&ldquo;telephone=no&rdquo;&gt;<br/><br/> <br/> &lt;title&gt;Scratch - Imagine, Program, Share&lt;/title&gt;<br/><br/> &lt;!&ndash; Search &amp; Open Graph&ndash;&gt;<br/> &lt;meta name=&ldquo;description&rdquo; content=&ldquo;Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.&rdquo; /&gt;<br/> &lt;meta name=&ldquo;google-site-verification&rdquo; content=&ldquo;m_3TAXDreGTFyoYnEmU9mcKB4Xtw5mw6yRkuJtXRKxM&rdquo; /&gt;<br/><br/> &lt;meta property=&ldquo;og:url&rdquo; content=”<a href="https://scratch.mit.edu/">https://scratch.mit.edu/</a>&ldquo; /&gt;<br/> &lt;meta property=&rdquo;og:type&ldquo; content=&rdquo;website&ldquo; /&gt;<br/> &lt;meta property=&rdquo;og:title&ldquo; content=&rdquo;Scratch - Imagine, Program, Share&ldquo; /&gt;<br/> &lt;meta property=&rdquo;og:description&ldquo; content=&rdquo;Scratch is a free programming language and online community where you can create your own interactive stories, games, and animations.&ldquo; /&gt;<br/> &lt;meta property=&rdquo;og:image&ldquo; content=&rdquo;<a href="https://scratch.mit.edu/images/scratch-og.png">https://scratch.mit.edu/images/scratch-og.png</a>&ldquo; /&gt;<br/> &lt;meta property=&rdquo;og:image:type&ldquo; content=&rdquo;image/png&ldquo; /&gt;<br/> &lt;meta property=&rdquo;og:image:width&ldquo; content=&rdquo;986&ldquo; /&gt;<br/> &lt;meta property=&rdquo;og:image:height&ldquo; content=&rdquo;860&ldquo; /&gt;<br/> <br/><br/> &lt;!&ndash; Favicon &amp; CSS normalize &ndash;&gt;<br/> &lt;link rel=&rdquo;shortcut icon&ldquo; href=&rdquo;/favicon.ico&ldquo; /&gt;<br/> &lt;link rel=&rdquo;stylesheet&ldquo; href=&rdquo;/css/lib/normalize.min.css&ldquo; /&gt;<br/><br/> &lt;!&ndash; Polyfills &ndash;&gt;<br/> &lt;script src=&rdquo;/js/polyfill.min.js“&gt;&lt;/script&gt;<br/><br/> &lt;!&ndash; Analytics (GA) &ndash;&gt;<br/> &lt;script&gt;<br/> /* eslint-disable */<br/> (function(i,s,o,g,r,a,m){i=r;i=i||function(){<br/> (i.q=i.q||).push(arguments)},i.l=1*new Date();a=s.createElement(o),<br/> m=s.getElementsByTagName(o);a.async=1;a.src=g;m.parentNode.insertBefore(a,m)<br/> })(window,document,'script','//www.google-analytics.com/analytics.js','ga');<br/><br/> ga('create', &lsquo;UA-30688952-1&rsquo;, {<br/> &lsquo;sampleRate&rsquo;: 10<br/> });<br/> ga('send', &lsquo;pageview&rsquo;<br/> window.GA_ID = &lsquo;UA-30688952-1&rsquo;;<br/> /* eslint-enable */<br/> &lt;/script&gt;<br/> &lt;/head&gt;<br/><br/> &lt;body&gt;<br/> &lt;div id=&ldquo;app&rdquo;&gt;&lt;/div&gt;<br/><br/> &lt;!&ndash; Vendor &amp; Initialize (Session &amp; Localization)&ndash;&gt;<br/> &lt;script src=&ldquo;/js/common.bundle.js&rdquo;&gt;&lt;/script&gt;<br/><br/> &lt;!&ndash; Scripts &ndash;&gt;<br/> &lt;script src=&ldquo;/js/splash.intl.js&rdquo;&gt;&lt;/script&gt;<br/> &lt;script src=&ldquo;/js/splash.bundle.js&rdquo;&gt;&lt;/script&gt;<br/><br/> &lt;!&ndash; Translate title element &ndash;&gt;<br/> <br/> &lt;script&gt;<br/> var loc = window._locale || &lsquo;en&rsquo;;<br/> if (typeof window._messages !== &lsquo;undefined&rsquo; &amp;&amp; loc !== &lsquo;en&rsquo {<br/> if (typeof window._messages === &lsquo;undefined&rsquo {<br/> loc = loc.split('-');<br/> }<br/> if (typeof window._messages !== &lsquo;undefined&rsquo {<br/> var localizedTitle = window._messages || &lsquo;';<br/> if (localizedTitle.length &gt; 0) {<br/> document.title = &rsquo;Scratch - ‘ + localizedTitle;<br/> }<br/> }<br/> }<br/> &lt;/script&gt;<br/> <br/> &lt;/body&gt;<br/>&lt;/html&gt;<br/></blockquote>主页源代码,共83行</div>

<p class=”postedit“><em class=”posteditmessage“>Last edited by wrj2009 (昨天 02:52:13)</em></p>




</div>
</div>
<div class=”clearer“></div>
<div class=”postfootleft“>
</div>
<div class=”postfootright“>
<ul>

<li class=”postreport“><a href=”/discuss/misc/?action=report&amp;post_id=3637781“>检举</a> </li>





<li class=”postquote“>| <a onclick=”return copy_paste(’p3637781');“ href=”#reply“ title=”Insert a quotation of this post in your reply.“>引用</a></li>


</ul>
</div>
</div>
</div>
</div>

<div class=”linksb“>




<ul>
<li><a href=”/discuss/“>讨论区</a></li>
<li>&raquo; <a href=”/discuss/16/“>中文</a> </li>
<li>
&raquo; scratch网页代码 <a href=”/discuss/feeds/topic/355596/“><img src=”//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/img/feed-icon-small.png“ alt=”“ title=”“ class=”breadcrumb_rss“ /></a>
</li>
</ul>


<div class=”follow-topic bottom“>
<img src=”//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//images/ajax-loader.gif“ class=”loading“ style=”display: none;“ alt=”loading…“ />
<p class=”error“ style=”display: none;“>There was an error Try again?</p>
<form method=”post“ action=”/discuss/subscription/topic/355596/add/“>
<input type='hidden' name='csrfmiddlewaretoken' value='q5IywfovvKWaGFH81M8rpU66TtOploDJ' />
<button type=”submit“ class=”follow-button button blue“ title=”“>Follow Discussion</button>
</form>
<form method=”post“ action=”/discuss/subscription/topic/355596/delete/“>
<input type='hidden' name='csrfmiddlewaretoken' value='q5IywfovvKWaGFH81M8rpU66TtOploDJ' />
<button type=”submit“ style=”display: none;“ class=”unfollow-button button grey“ title=”Stop getting messages about new posts to this discussion“>Unfollow Discussion</button>
</form>
</div>


<div class=”clearer“></div>
</div>




<div class=”box“ id=”reply“>
<div class=”box-head“>
<h4>New Reply</h4>
</div>
<div class=”box-content“>
<form id=”post“ action=”/discuss/topic/355596/?#reply“ method=”post“ enctype=”multipart/form-data“>
<input type='hidden' name='csrfmiddlewaretoken' value='q5IywfovvKWaGFH81M8rpU66TtOploDJ' />
<div style=”display: none“ id=”simple-user-agent“>My browser / operating system: Windows NT 10.0, Chrome 74.0.3729.169</div>





<noscript><h1>Please enable JavaScript!</h1></noscript>

<label>
<strong>消息</strong>

<textarea class=”markup“ cols=”95“ id=”id_body“ name=”body“ rows=”20“>
</textarea>
</label>

<div style=”display: none“>
<input id=”id_subscribe“ name=”subscribe“ type=”checkbox“ />
</div>


<div class=”form-submit“>
<button type=”submit“ class=”grey button“ name=”AddPostForm“><span>送出</span></button>
<a href=”/discuss/topic/355596/“>返回</a>
</div>
</form>
</div>
</div>





<div id=”brdfooter“ class=”box“>
<div class=”box-content“>

<div class=”conl“>


</dl>
</div>

<p class=”foot conr“>Powered by <a href=”http://djangobb.org/“>DjangoBB</a></p>

<p class=”foot“>
<strong>Standard</strong> | <a href=”/discuss/m/topic/355596/“>Mobile</a>
</p>

<div class=”clearer“></div>
</div>
</div>
</div>
</div>

</div>




</div>
<div id=”footer“>
<div class=”container“>
<style>
#footer ul.footer-col li {
list-style-type:none;
display: inline-block;
width: 184px;
text-align: left;
vertical-align: top;
}

#footer ul.footer-col li h4 {
font-weight: bold;
font-size: 14px;
color: #666;
}

</style>
<ul class=”clearfix footer-col“>
<li>
<h4>关于</h4>
<ul>
<li><a href=”/about/“>关于 Scratch</a></li>
<li><a href=”/parents/“>致家长</a></li>
<li><a href=”/educators/“>致教师</a></li>
<li><a href=”/developers“>致开发者</a></li>
<li><a href=”/info/credits/“>谢志</a></li>
<li><a href=”/jobs/“>工作</a></li>
<li><a href=”https://www.scratchfoundation.org/media-kit/“>新闻</a></li>
</ul>
</li>
<li>
<h4>社群</h4>
<ul>
<li><a href = ”/community_guidelines/“>社群规范</a></li>
<li><a href = ”/discuss/“>讨论区</a></li>
<li><a href = ”http://wiki.scratch.mit.edu/“>Scratch Wiki</a></li>
<li><a href = ”/statistics/“>统计</a></li>
</ul>
</li>
<li>
<h4>支援</h4>
<ul>
<li><a href = ”/ideas“>创意</a></li>
<li><a href = ”/info/faq/“>常见问答</a></li>
<li><a href = ”/download“>离线编辑器</a></li>
<li><a href = ”/contact-us/“>联络我们</a></li>
<li><a href=”/store“>Scratch商店</a></li>
<li><a href = ”https://secure.donationpay.org/scratchfoundation/“>赞助</a></li>
</ul>
</li>
<li>
<h4>法律</h4>
<ul>
<li><a href=”/terms_of_use/“>使用条款</a></li>
<li><a href=”/privacy_policy/“>隐私权政策</a></li>
<li><a href = ”/DMCA/“>DMCA</a></li>
</ul>
</li>
<li>
<h4>Scratch 家族</h4>
<ul>
<li><a href=”http://scratched.gse.harvard.edu/“>ScratchEd</a></li>
<li><a href=”http://www.scratchjr.org/“>ScratchJr</a></li>
<li><a href=”http://day.scratch.mit.edu/“>Scratch 日</a></li>
<li><a href=”/conference/“>Scratch 会议</a></li>
<li><a href=”http://www.scratchfoundation.org/“>Scratch 基金会</a></li>
</ul>
</li>
</ul>
<ul class=”clearfix“ id=”footer-menu“ >
<li>
<form id=”lang-dropdown“ method=”post“ action=”/i18n/setlang/“>
<select id=”language-selection“ name=”language“>

<option value=”ab“ >Аҧсшәа</option>

<option value=”ar“ >العربية</option>

<option value=”am“ >አማርኛ</option>

<option value=”az“ >Azeri</option>

<option value=”id“ >Bahasa Indonesia</option>

<option value=”be“ >Беларуская</option>

<option value=”bg“ >Български</option>

<option value=”ca“ >Català</option>

<option value=”cs“ >Česky</option>

<option value=”cy“ >Cymraeg</option>

<option value=”da“ >Dansk</option>

<option value=”de“ >Deutsch</option>

<option value=”et“ >Eesti</option>

<option value=”el“ >Ελληνικά</option>

<option value=”en“ >English</option>

<option value=”es“ >Español</option>

<option value=”es-419“ >Español Latinoamericano</option>

<option value=”eu“ >Euskara</option>

<option value=”fa“ >فارسی</option>

<option value=”fr“ >Français</option>

<option value=”ga“ >Gaeilge</option>

<option value=”gd“ >Gàidhlig</option>

<option value=”gl“ >Galego</option>

<option value=”ko“ >한국어</option>

<option value=”he“ >עִבְרִית</option>

<option value=”hr“ >Hrvatski</option>

<option value=”zu“ >isiZulu</option>

<option value=”is“ >Íslenska</option>

<option value=”it“ >Italiano</option>

<option value=”ckb“ >کوردیی ناوەندی</option>

<option value=”lv“ >Latviešu</option>

<option value=”lt“ >Lietuvių</option>

<option value=”hu“ >Magyar</option>

<option value=”mi“ >Māori</option>

<option value=”nl“ >Nederlands</option>

<option value=”ja“ >日本語</option>

<option value=”ja-Hira“ >にほんご</option>

<option value=”nb“ >Norsk Bokmål</option>

<option value=”nn“ >Norsk Nynorsk</option>

<option value=”uz“ >Oʻzbekcha</option>

<option value=”th“ >ไทย</option>

<option value=”pl“ >Polski</option>

<option value=”pt“ >Português</option>

<option value=”pt-br“ >Português Brasileiro</option>

<option value=”rap“ >Rapa Nui</option>

<option value=”ro“ >Română</option>

<option value=”ru“ >Русский</option>

<option value=”sk“ >Slovenčina</option>

<option value=”sl“ >Slovenščina</option>

<option value=”sr“ >Српски</option>

<option value=”fi“ >Suomi</option>

<option value=”sv“ >Svenska</option>

<option value=”vi“ >Tiếng Việt</option>

<option value=”tr“ >Türkçe</option>

<option value=”uk“ >Українська</option>

<option value=”zh-cn“ selected >简体中文</option>

<option value=”zh-tw“ >繁體中文</option>

</select>
</form>
</li>
</ul>
<p >Scratch 是麻省理工学院终生幼儿园团队底下的一个计划</p>
</div>
</div>



<!– templates/modal-login.html block –>
<div class=”modal hide fade in“ id=”login-dialog“ style=”width: 450px“>
<form method=”post“ action=”/login/“>
<fieldset>
<div class=”modal-header“>
<a href=”#“ data-dismiss=”modal“ class=”close“>x
</a>
<h3>登入</h3>
</div>
<div class=”modal-body“>

<div class=”control-group“>
<label class=”control-label“ for=”username“>用户名称
</label>
<div class=”controls“>
<input class=”username“ type=”text“ name=”username“ maxlength=”30“ />
</div>
</div>
<div class=”control-group“>
<label class=”control-label“ for=”password“>密码
</label>
<div class=”controls“>
<input type=”password“ name=”password“ class=”password“ />
</div>
</div>

</div>
<div class=”modal-footer“>
<span class=”error“>
</span>
<div class=”buttons-right“>
<button class=”button primary“ type=”submit“>登入</button>

<a data-control=”registration“>或加入 Scratch</a>

</div>
</div>

</fieldset>
</form>
<iframe class=”iframeshim“ frameborder=”0“ scrolling=”no“><html><head></head><body></body></html></iframe>
</div>
<!– end templates/modal-login.html –>


<div id=”registration“ class=”registration modal hide fade“ data-backdrop=”static“>
<iframe class=”iframeshim“ frameborder=”0“ scrolling=”no“><html><head></head><body></body></html></iframe>
</div>








<script type=”text/javascript“ src=”//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//js/jquery-ui.min.js“></script>

<script type=”text/javascript“ src=”//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/js/main.js“ charset=”utf-8“></script>


<script type=”text/javascript">
// load gaq script
(function() {
var ga = document.createElement('script'); ga.type = ‘text/javascript’; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName('script'); s.parentNode.insertBefore(ga, s);
})();
</script>

<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/js/base.js” charset=“utf-8”></script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/js/lazyload.js” charset=“utf-8”></script>

<script type=“text/javascript”>
var STATIC_URL = “//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/”;
var MEDIA_URL = “//uploads.scratch.mit.edu/”;
var POST_PREVIEW_URL = “/discuss/preview/”;
</script>

<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/scratchblocks/scratchblocks.js”></script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/scratchblocks/translations.js” charset=“utf-8”></script>
<script type=“text/javascript”>
(function ($) {
scratchblocks._currentLanguage = ‘en’;

var forum_langs = {13: “de”, 14: “es”, 15: “fr”, 16: “zh_CN”, 17: “pl”,
18: “ja”, 19: “nl”, 20: “pt”, 21: “it”, 22: “he”, 23: “ko”, 24: “nb”,
25: “tr”, 26: “el”, 27: “ru”, 33: “ca”, 36: “id”};

function match_path(path) {
return new RegExp("^/discuss/(+)/“).exec(path);
}

var match = match_path(window.location.pathname);
if (!match) {
var links = $(”.linkst ul a");
for (var i=0; i<links.length; i++) {
match = match_path($(links).attr(“href”));
if (match) break;
}
}
scratchblocks._currentLanguages = ;
if (match) {
var forum_id = parseInt(match);
var code = forum_langs;

if (code in scratchblocks.allLanguages) {
scratchblocks._currentLanguages = ;
}
}
})(jQuery);
</script>




<link rel=“stylesheet” type=“text/css” href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/js/markitup/skins/simple/style.css” />
<link rel=“stylesheet” type=“text/css” href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/js/markitup/sets/bbcode/style.css” />
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//js/swfobject.js”></script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/js/markitup/jquery.markitup.pack.js”></script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/js/markitup/sets/bbcode/set.js”></script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/js/markup/bbcode/board.js”></script>




<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/scratchblocks/menu.js”></script>

<script type=“text/javascript”>
$(document).ready(function() {
$(“.markup”).markItUp(mySettings);
scratchblocks.renderMatching('.scratchblocks-button ul a', {
languages: ,
});
});
</script>


<script type=“text/javascript”>
$(document).ready(function() {
scratchblocks.renderMatching('pre.blocks', {
languages: scratchblocks._currentLanguages,
replace: function(el, svg, doc, options) {
// add scratchblocks to `el`
scratchblocks.replace(el, svg, doc, options);
},
});
});
</script>

<!– Highlightjs goodies –>



<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/js/jquery.cookie.js”></script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/js/forums.js”></script>







<script type=“text/template” id=“template-collection-count”>
<%- count %>
</script>

<script type=“text/template” id=“template-comment-actions”>
<% if (can_delete) { %>
<% if (is_staff && comment_user == current_user) { %>
<span data-control=“delete” class=“actions report”>Delete</span>
<% } else if (type != “gallery” || comment_user == current_user) { %>
<span data-control=“delete” class=“actions report”>Delete</span>
<% } %>
<% } %>
<% if (current_user != comment_user) { %>
<span data-control=“report” class=“actions report”>
<% if (student_of_educator) { %>
删除
<% } else { %>
检举
<% } %></span>
<% } %>
</script>

<script type=“text/template” id=“template-modal-login”>
<div class=“modal hide fade in” id=“login-dialog” style=“width: 450px”>
<form method=“post” action=“/login/”>
<fieldset>
<div class=“modal-header”>
<a href=“#” data-dismiss=“modal” class=“close”>x
</a>
<h3>Login</h3>
</div>
<div class=“modal-body”>
<div class=“control-group”>
<label class=“control-label” for=“username”>用户名称
</label>
<div class=“controls”>
<input id=“username” type=“text” name=“username” maxlength=“30” />
</div>
</div>
<div class=“control-group”>
<label class=“control-label” for=“password”>密码
</label>
<div class=“controls”>
<input type=“password” name=“password” id=“password” />
</div>
</div>
</div>
<div class=“modal-footer”>
<span class=“error”>
</span>
<span class=“button primary” id=“sign-in” data-control=“site-login”>
<span>{% trans “Sign in” $}
</span>
</span>
</div>
</fieldset>
</form>
</div>
</script>

<script type=“text/template” id=“template-comment-reply”>
<form>
<div class=“control-group tooltip right”>
<textarea name=“content”></textarea>

<span class=“hovertext error” data-control=“error” data-content=“comment-error”><span class=“arrow”></span><span class=“text”></span></span>
<span class=“small-text”>还可输入 <span id=“chars-left-<%- comment_id %>”>500</span> 个字符。</span>
</div>
<div class=“control-group”>
<div class=“button small” data-parent-thread=“<%- thread_id %>” data-commentee-id=“<%- commentee_id %>” data-control=“post”><a href=“#null”>送出</a></div>
<div class=“button small grey” data-control=“cancel”><a href=“#null”>取消</a></div>
<span class=“notification”></span>
</div>
</form>
</script>

<script type=“text/template” id=“template-deletion-canceled”>
<div class=“deletion-canceled”>
<div class=“form”>
<p>
Your account was scheduled for deletion but you logged in. Your account has been reactivated. If you didn’t request for your account to be deleted, you should <a href=“/accounts/password_change/”>change your password</a> to make sure your account is secure.
</p>
</div>
</div>
</script>

<script type=“text/template” id=“template-unsupported-browser”>
<div class=“unsupported-browser banner” data-cue=“unsupported_browser”>
<div class=“container”>
<span>Scratch works best on newer browsers. We suggest you upgrade to <a href=“/info/faq/#requirements”>a supported browser</a>, <a href=“/scratch2download/”>download the offline editor</a>, <a href="https://en.scratch-wiki.info/wiki/List_of_Bug_Workarounds“>or read about common workarounds</a>.</span>
<div class=”close“>x</div>
</div>
</div>
</script>

<script type=”text/template“ id=”template-unsupported-msie“>
<div class=”unsupported-browser banner“ data-cue=”unsupported_browser“>
<div class=”container“>
<span>Scratch will stop supporting Internet Explorer 8 on April 30, 2015. We suggest you upgrade to <a href=”/info/faq/#requirements“>a supported browser</a>, <a href=”/scratch2download/“>download the offline editor</a>, or <a href=”https://en.scratch-wiki.info/wiki/List_of_Bug_Workarounds“>read about common workarounds</a>.</span>
<div class=”close“>x</div>
</div>
</div>
</script>








<!– load javascript translation catalog, and javascript fuzzy date library –>
<script type=”text/javascript“ src=”/jsi18n/“></script>
<script type=”text/javascript“ src=”//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/js/lib/jquery.timeago.settings.js“></script>


<script type=”text/javascript“ src=”//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//js/apps/registration/main.js“></script>


<script type=”text/javascript“ src=”//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//js/apps/global.js“></script>
<script>
Scratch.NotificationPollTime = 300000;
</script>




<script>
$(document).on(”accountnavready", function(e){
$('#topnav .messages').notificationsAlert();
});
</script>

</body>
<!– Site Version: 3.2019.07.11.1_2019_07_11_13_57 –>
</html>
共1029行
wrj2009
Scratcher
1000+ posts

scratch网页代码

中文论坛源代码
行数=1476
<!DOCTYPE html>

<html>
<head>
<meta http-equiv=“X-UA-Compatible” content=“IE=Edge” />

<meta name=“google-site-verification” content=“m_3TAXDreGTFyoYnEmU9mcKB4Xtw5mw6yRkuJtXRKxM” />
<title>中文 - Discuss Scratch</title>

<link rel=“stylesheet” href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/vendor/redmond/jquery.ui.all.css” />

<link href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/css/main.css” rel=“stylesheet” type=“text/css” />

<link rel=“stylesheet” href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//css/handheld.css” media=“handheld, only screen and (max-device-width:480px)”/>


<!– base forum css styles –>
<link href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/themes/base.css” rel=“stylesheet”>
<!– Forum theme colour scheme –>
<link href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/themes/scratch_default_theme_copy/css/default_cs.css” rel=“stylesheet”>
<link href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/themes/scratch_default_theme_copy/style.css” rel=“stylesheet”>
<!– Highlightjs goodies –>
<link href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/css/pygments.css” rel=“stylesheet” />

<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//js/jquery.min.js”></script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/js/lib/underscore-min.js”></script>

<script>
window.console||(window.console={log:$.noop,error:$.noop,debug:$.noop}); // ensure console fails gracefully when missing
// define _gaq here to log errors with GA. ga.js script gets loaded furthe down
var sessionCookieName = ‘scratchsessionsid’;
var _gaq = window._gaq || ;
_gaq.push();
_gaq.push();
_gaq.push();



_gaq.push();




</script>
<script type=“text/javascript”>
function getCookie(name) {
var cookieValue = null;
if (document.cookie && document.cookie != ‘') {
var cookies = document.cookie.split(’;');
for (var i = 0; i < cookies.length; i++) {
var cookie = jQuery.trim(cookies);
// Does this cookie string begin with the name we want?
if (cookie.substring(0, name.length + 1) == (name + ‘=’)) {
cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
break;
}
}
}
return cookieValue;
}

function setCookie(name, value, days) {
var expires;

if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = “; expires=” + date.toGMTString();
} else {
expires = “”;
}
document.cookie = escape(name) + “=” + escape(value) + expires + “; path=/”;
}
</script>

<script>


var Scratch = Scratch || {};
Scratch.INIT_DATA = Scratch.INIT_DATA || {};



Scratch.INIT_DATA.ADMIN = false;
Scratch.INIT_DATA.LOGGED_IN_USER = {

model: {
username: ‘wrj2009’,
username_truncated: ‘wrj2009’,
has_outstanding_email_confirmation: ‘false’,

id: 49351787,
profile_url: ‘/users/wrj2009/’,
thumbnail_url: ‘//uploads.scratch.mit.edu/users/avatars/default.png’

},

options: {

authenticated: true


}
};
Scratch.INIT_DATA.comment_posting = true;

Scratch.INIT_DATA.BROWSERS_SUPPORTED = {

chrome: 35,
firefox: 31,
msie: 8,
safari: 7
};

Scratch.INIT_DATA.TEMPLATE_CUES = {

unsupported_browser: true,
welcome: true,
confirmed_email: false
};







Scratch.INIT_DATA.IS_IP_BANNED = false;

Scratch.INIT_DATA.GLOBAL_URLS = {
‘media_url’: ‘//uploads.scratch.mit.edu/’,
‘static_url’: ‘//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/’,
‘static_path’: ‘/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/’
}

Scratch.INIT_DATA.IS_SOCIAL = true;

Scratch.ALERT_MSGS = {
‘error’: ‘Oops! Something went wrong’,
‘inappropriate-generic’: ‘Hmm…the bad word detector thinks there is a problem with your text. Please change it and remember to <a target=“_blank” href=“/community_guidelines/”>be respectful</a>.’,
‘image-invalid’: ‘Upload a valid image. The file you uploaded was either not an image or a corrupted image.’,
‘thumbnail-missing’: ‘Missing file’,
‘thumbnail-upload-bad’: ‘Bad upload’,
‘thumbnail-too-large’: ‘Maximum file size is 512 KB and less than 500x500 pixels.’,

‘inappropriate-comment’: ‘Hmm…the bad word detector thinks there is a problem with your comment. Please change it and remember to <a target=“_blank” href=“/community_guidelines/”>be respectful</a>.’,
‘comment-has-chat-site’: ‘Uh oh! This comment contains a link to a website with unmoderated chat. For safety reasons, please do not link to these sites!’,

‘empty-comment’: “You can't post an empty comment!”,
‘delete_comment’: ‘<div title=“Delete Comment?”><p>Are you sure you want to delete this comment? If the comment is mean or disrespectful, please click report instead, to let the Scratch Team know about it.</p></div>’,
‘report_comment’: ‘<div title=“Report Comment?”></p>Are you sure you want to report this comment?</p></div>’,
‘report_comment_educator’: ‘<div title=“Delete Comment?”></p>Are you sure you want to delete this comment?</p></div>’,
‘followed’: ‘You are now following ’,
‘unfollowed’: ‘You are no longer following ’,
‘comment-spam’: “Hmm, seems like you've posted the same comment a bunch of times. Please don't spam.”,
‘comment-flood’: “Woah, seems like you're commenting really quickly. Please wait longer between posts.”,
‘comment-muted’: “Hmm, the filterbot is pretty sure your recent comments weren't ok for Scratch, so your account has been muted for the rest of the day. :/”,
‘comment-unconstructive’: “Hmm, the filterbot thinks your comment may be mean or disrespectful. Remember, most projects on Scratch are made by people who are just learning how to program. Read the <a href='/community_guidelines'>community guidelines</a>, and be nice.”,
‘comment-disallowed’: “Hmm, it looks like comments have been turned off for this page. :/”,
‘project-complaint-length’: “That's too short. Please describe in detail what's inappropriate or disrespectful about the project.”,
‘project-complaint-buglength’: “That's too short! Please describe in detail what you expected the project to do, and how exactly it is broken. Thanks!”,
‘editable-text-too-long’: “That's too long! Please find a way to shorten your text.”

}


</script>


<meta property=“og:type” content=“website” />

<meta property=“og:description” content=“Make games, stories and interactive art with Scratch. (scratch.mit.edu)”/>



<meta property=“og:title” content=“Scratch - Imagine, Program, Share”/>
<meta property=“og:url” content="https://scratch.mit.edu/discuss/16/“ />


</head>

<body class=”" >
<!–>
<div class=“unsupported-browser banner” data-cue=“unsupported_browser”>
<div class=“container”>
<span>Scratch supports Internet Explorer 9+. We suggest you upgrade to <a href=“/info/faq/#requirements”>a supported browser</a>, <a href=“/scratch2download/”>download the offline editor</a>, or <a href="https://en.scratch-wiki.info/wiki/List_of_Bug_Workarounds">read about common workarounds</a>.</span>
</div>
</div>
<!–>
<div id=“pagewrapper”>


<div id=“topnav” >
<div class=“innerwrap”>
<div class=“container”>
<a href=“/” class=“logo”><span class=“scratch”></span></a>
<ul class=“site-nav”>
<li><a id=“project-create” href=“/projects/editor/?tip_bar=home”>创建</a></li><li><a href=“/explore/projects/all”>探索</a></li><li ><a href=“/ideas”>创意</a></li><li class=“last”><a href=“/about/”>关于</a></li>
</ul>

<form class=“search” action=“/search/projects” method=“get” class=“search”>
<input type=“submit” class=“glass” value=“”>

<input id=“search-input” type=“text” placeholder=“搜索” name=“q” >
</form>

<ul class=“account-nav”></ul>
<script type=“text/template” id=“template-account-nav-logged-out”>
<ul class=“account-nav” >
<li class=“join-scratch” data-control=“registration”><span class=“”><span>加入 Scratch</span></span></li><li id=“login-dropdown” class=“sign-in dropdown”><span data-toggle=“dropdown” class=“dropdown-toggle”><span>登入</span></span><div class=“popover bottom dropdown-menu”><div class=“arrow”></div><div class=“popover-content” ><form method=“post” id=“login” action=“#”><label for=“username”>用户名称</label><input type=“text” id=“login_dropdown_username” name=“username” maxlength=“30” class=“wide username” /><label for=“password” class=“password”>密码</label><input type=“password” name=“password” class=“wide password” /><div class=“ajax-loader” style=“display:none; float: left;”></div><button type=“submit”>登入</button><span class=“forgot-password”><a href=“/accounts/password_reset/”>需要帮助?</a></span><div class=“error”></div></form></div></div></li><li data-control=“modal-login” class=“sign-in mobile”><span>登入</span></li>
</ul>
</script>
<script type=“text/template” id=“template-account-nav-logged-in”>
<ul class=“account-nav logged-in”><li class=“messages”><a title=“消息 - 系统更新与注意事项” href=“/messages” class=“messages-icon”><span class=“notificationsCount none”>0</span></a></li><li class=“my-stuff”><a title=“我的东西 - 管理项目和工作室” href=“/mystuff/” class=“mystuff-icon”></a></li><li class=“logged-in-user dropdown”><span class=“user-name dropdown-toggle” data-toggle=“dropdown”><img class=“user-icon” src=“<%- LOGGED_IN_USER.model.thumbnail_url %>” width=“24” height=“24”><%- LOGGED_IN_USER.model.username_truncated %><span class=“caret”></span></span><div class=“dropdown-menu blue” ><ul class=“user-nav”><li><a href=“<%- LOGGED_IN_USER.model.profile_url %>”>个人信息</a></li><li><a href=“/mystuff/”>我的东西</a></li><% if (LOGGED_IN_USER.model.is_educator){ %><li><a href=“/educators/classes/”>我的所有班级</a></li><% } %><% if (LOGGED_IN_USER.model.is_student){ %><li><a href=“/classes/<%- LOGGED_IN_USER.model.classroom_id %>/”>我的班级</a></li><% } %><li><a href=“/accounts/settings/”>账号设置</a></li><li id=“logout” class=“logout divider”><form method=“post” action=“/accounts/logout/”><input type='hidden' name='csrfmiddlewaretoken' value='iMoXzv8CtP1WQWBNYPhxEiyl9dK3Ugep' /><input type=“submit” value=“登出”></form></li></ul></div></li></ul>
</script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/js/account-nav.js”></script>
</div>
<iframe class=“iframeshim” frameborder=“0” scrolling=“no”><html><head></head><body></body></html></iframe>
</div><!– innerwrap –>
</div>


<div class=“confirm-email banner” data-cue=“confirmed_email” style=“display:none;”>
<div class=“container”>

<span><a id=“confirm-email-popup” href=“#”>验证信箱</a> 以启用分享功能。 <a href=“/help/faq/#accounts”>有问题吗?</a></span>
<div class=“close”>x</div>
</div>
</div>


<div class=“container” id=“content”>
<div id=“alert-view”></div>





<div id=“djangobbwrap”>
<div id=“djangobbindex” class=“djangobb”>
<div id=“brdheader” class=“box”>
<div class=“box-head”>
<h2><!–<span><a href=“/discuss/”>–>Discuss Scratch<!–</a></span>–></h2>
<p><span></span></p>
</div>
<div id=“brdmenu” class=“box-content”>

<ul class=“conr”>
<li><a href=“/discuss/search/?action=show_new”>显示上次访问后的新帖子</a></li>
</ul>

<ul>

<li id=“navindex”><a href=“/discuss/”>Discussion Home</a></li>
<li id=“navsearch”><a href=“/discuss/search/”>搜索</a></li>


</ul>
</div>
</div>










<div class=“linkst”>


<div class=“pagination”>

<span class=“disabled prev”>&lsaquo;&lsaquo; previous</span>




<span class=“current page”>1</span>





<a href=“?page=2” class=“page”>2</a>





<a href=“?page=3” class=“page”>3</a>





<a href=“?page=4” class=“page”>4</a>









<a href=“?page=50” class=“page”>50</a>





<a href=“?page=51” class=“page”>51</a>





<a href=“?page=52” class=“page”>52</a>





<a href=“?page=53” class=“page”>53</a>




<a href=“?page=2” class=“next”>next &rsaquo;&rsaquo;</a>

</div>


<ul>
<li><a href=“/discuss/”>讨论区</a></li>
<li>
&raquo; 中文 <a href=“/discuss/feeds/forum/16/”><img src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/djangobb_forum/img/feed-icon-small.png” alt="“ title=”“ class=”breadcrumb_rss“ /></a>
</li>
</ul>
</div>
<div id=”vf“ class=”blocktable“>
<div class=”box“>


<a class=”small button new_topic“ href=”/discuss/16/topic/add/“ title=”Can't find an answer to your question? Click here to ask it in a new thread.“><span>发贴</span></a>

<div class=”box-head“>
<h4>
<span>中文</span>
</h4>
</div>
<div class=”box-content“>
<table cellspacing=”0“>
<thead>
<tr>
<th class=”tcl“ scope=”col“>主题</th>
<th class=”tc2“ scope=”col“>回帖</th>
<th class=”tc3“ scope=”col“>观看数</th>
<th class=”tcr“ scope=”col“>Last Post</th>
</tr>
</thead>
<tbody>


<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”isticky“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

置顶

<h3 class=”topic_isread“><a href=”/discuss/topic/196234/“>新手讲堂</a></h3>
<span class=”byuser“>自 LRY1091460473</span>

</div>
</div>
</td>
<td class=”tc2“>186</td>
<td class=”tc3“>14348</td>
<td class=”tcr“><a href=”/discuss/post/3613333/“>七月 3, 2019 20:09:00</a> <span class=”byuser“>自 401252612</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”isticky iclosed“><div class=”nosize“><!– –></div></div>
<div class=”tclcon closed-topic“>

置顶

<h3 class=”topic_isread“><a href=”/discuss/topic/1161/“>Chinese only forum</a></h3>
<span class=”byuser“>自 Paddle2See</span>

</div>
</div>
</td>
<td class=”tc2“>0</td>
<td class=”tc3“>4511</td>
<td class=”tcr“><a href=”/discuss/post/7530/“>一月 27, 2013 15:12:28</a> <span class=”byuser“>自 Paddle2See</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”inew“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 ><a href=”/discuss/topic/364784/“>怎样在作品上限是随机文字</a></h3>
<span class=”byuser“>自 cats-cats-123</span>
<a href=”/discuss/topic/364784/unread/“>(New Posts)</a>
</div>
</div>
</td>
<td class=”tc2“>2</td>
<td class=”tc3“>14</td>
<td class=”tcr“><a href=”/discuss/post/3640629/“>今天 23:30:28</a> <span class=”byuser“>自 cats-cats-123</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”inew“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 ><a href=”/discuss/topic/355596/“>scratch网页代码</a></h3>
<span class=”byuser“>自 Markchai</span>
<a href=”/discuss/topic/355596/unread/“>(New Posts)</a>
</div>
</div>
</td>
<td class=”tc2“>2</td>
<td class=”tc3“>105</td>
<td class=”tcr“><a href=”/discuss/post/3640611/“>今天 23:01:35</a> <span class=”byuser“>自 wyr061229</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”inew“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 ><a href=”/discuss/topic/356304/“>怎么设置隐藏物体的碰撞和显示</a></h3>
<span class=”byuser“>自 WYHSW</span>
<a href=”/discuss/topic/356304/unread/“>(New Posts)</a>
</div>
</div>
</td>
<td class=”tc2“>4</td>
<td class=”tc3“>113</td>
<td class=”tcr“><a href=”/discuss/post/3640591/“>今天 22:47:16</a> <span class=”byuser“>自 XUandygo</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/314382/“>请问列表和链表是一个内容吗?</a></h3>
<span class=”byuser“>自 HungryHuang</span>

</div>
</div>
</td>
<td class=”tc2“>21</td>
<td class=”tc3“>925</td>
<td class=”tcr“><a href=”/discuss/post/3639782/“>今天 08:20:18</a> <span class=”byuser“>自 wrj2009</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/357880/“>scratch是不是存在BUG?</a></h3>
<span class=”byuser“>自 moonthief</span>

</div>
</div>
</td>
<td class=”tc2“>9</td>
<td class=”tc3“>122</td>
<td class=”tcr“><a href=”/discuss/post/3639780/“>今天 08:17:18</a> <span class=”byuser“>自 wrj2009</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/361879/“>谁知道“sin”“cos”“tan”之类的都是什么意思?</a></h3>
<span class=”byuser“>自 wrj2009</span>

</div>
</div>
</td>
<td class=”tc2“>13</td>
<td class=”tc3“>91</td>
<td class=”tcr“><a href=”/discuss/post/3639698/“>今天 04:16:57</a> <span class=”byuser“>自 cats-cats-123</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/356171/“>《离骚》-全文,无耐心者勿看</a></h3>
<span class=”byuser“>自 Markchai</span>

</div>
</div>
</td>
<td class=”tc2“>5</td>
<td class=”tc3“>134</td>
<td class=”tcr“><a href=”/discuss/post/3639693/“>今天 04:10:23</a> <span class=”byuser“>自 out11</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/356595/“>闲聊帖子</a></h3>
<span class=”byuser“>自 401252612</span>

</div>
</div>
</td>
<td class=”tc2“>2</td>
<td class=”tc3“>52</td>
<td class=”tcr“><a href=”/discuss/post/3639675/“>今天 03:42:43</a> <span class=”byuser“>自 401252612</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/50166/“>怎样制作游戏?</a></h3>
<span class=”byuser“>自 JessyLeeJieShi</span>

</div>
</div>
</td>
<td class=”tc2“>10</td>
<td class=”tc3“>1866</td>
<td class=”tcr“><a href=”/discuss/post/3639634/“>今天 02:56:04</a> <span class=”byuser“>自 team20190130</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/358058/“>关于令角色巡线的问题</a></h3>
<span class=”byuser“>自 waterbornwood</span>

</div>
</div>
</td>
<td class=”tc2“>12</td>
<td class=”tc3“>109</td>
<td class=”tcr“><a href=”/discuss/post/3639558/“>今天 00:10:52</a> <span class=”byuser“>自 wrj2009</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/358134/“>有的人</a></h3>
<span class=”byuser“>自 Markchai</span>

</div>
</div>
</td>
<td class=”tc2“>3</td>
<td class=”tc3“>48</td>
<td class=”tcr“><a href=”/discuss/post/3639546/“>昨天 23:29:37</a> <span class=”byuser“>自 Markchai</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/332311/“>scratch3.0发布了,但是感觉还有些不足的甚至不如2.0的地方。</a></h3>
<span class=”byuser“>自 paopao2018</span>

</div>
</div>
</td>
<td class=”tc2“>49</td>
<td class=”tc3“>2420</td>
<td class=”tcr“><a href=”/discuss/post/3639536/“>昨天 23:12:21</a> <span class=”byuser“>自 Markchai</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/364713/“>圈粉</a></h3>
<span class=”byuser“>自 cats-cats-123</span>

</div>
</div>
</td>
<td class=”tc2“>0</td>
<td class=”tc3“>22</td>
<td class=”tcr“><a href=”/discuss/post/3639349/“>昨天 20:12:43</a> <span class=”byuser“>自 cats-cats-123</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/364295/“>sb3转exe、swf</a></h3>
<span class=”byuser“>自 cats-cats-123</span>

</div>
</div>
</td>
<td class=”tc2“>2</td>
<td class=”tc3“>30</td>
<td class=”tcr“><a href=”/discuss/post/3639306/“>昨天 19:13:49</a> <span class=”byuser“>自 cats-cats-123</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/116218/“>Urgent 1我怎么可以用程式来表示 如果滑鼠碰到文字,它会显示含义 </a></h3>
<span class=”byuser“>自 rihannasiu</span>

</div>
</div>
</td>
<td class=”tc2“>8</td>
<td class=”tc3“>1832</td>
<td class=”tcr“><a href=”/discuss/post/3638666/“>昨天 09:22:07</a> <span class=”byuser“>自 wrj2009</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/226787/“>scratch什么时候才会有有返回值函数?</a></h3>
<span class=”byuser“>自 cccrbm</span>

</div>
</div>
</td>
<td class=”tc2“>17</td>
<td class=”tc3“>2426</td>
<td class=”tcr“><a href=”/discuss/post/3638639/“>昨天 08:54:34</a> <span class=”byuser“>自 wrj2009</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/356701/“>Scratch 3.0更新!最新的3.4.0!</a></h3>
<span class=”byuser“>自 Zhang-Zang</span>

</div>
</div>
</td>
<td class=”tc2“>11</td>
<td class=”tc3“>251</td>
<td class=”tcr“><a href=”/discuss/post/3638637/“>昨天 08:52:16</a> <span class=”byuser“>自 wrj2009</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/354353/“>Scratch Script</a></h3>
<span class=”byuser“>自 playercreacet</span>

</div>
</div>
</td>
<td class=”tc2“>5</td>
<td class=”tc3“>141</td>
<td class=”tcr“><a href=”/discuss/post/3637986/“>昨天 03:10:07</a> <span class=”byuser“>自 wrj2009</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/350285/“>求助!我应该怎么改我的用户名?</a></h3>
<span class=”byuser“>自 fengqipei</span>

</div>
</div>
</td>
<td class=”tc2“>10</td>
<td class=”tc3“>333</td>
<td class=”tcr“><a href=”/discuss/post/3637823/“>昨天 02:54:06</a> <span class=”byuser“>自 wrj2009</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/350502/“>【老手渣作】魔能的源点-官网中文更新发布贴</a></h3>
<span class=”byuser“>自 IVED</span>

</div>
</div>
</td>
<td class=”tc2“>18</td>
<td class=”tc3“>308</td>
<td class=”tcr“><a href=”/discuss/post/3637211/“>昨天 02:01:07</a> <span class=”byuser“>自 IVED</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/315909/“>有谁试过官网上的Meow语言?</a></h3>
<span class=”byuser“>自 RobbinsL</span>

</div>
</div>
</td>
<td class=”tc2“>21</td>
<td class=”tc3“>1179</td>
<td class=”tcr“><a href=”/discuss/post/3635623/“>七月 19, 2019 23:02:54</a> <span class=”byuser“>自 wrj2009</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/361922/“>新工作室收人辽</a></h3>
<span class=”byuser“>自 cindy0505</span>

</div>
</div>
</td>
<td class=”tc2“>0</td>
<td class=”tc3“>24</td>
<td class=”tcr“><a href=”/discuss/post/3634901/“>七月 19, 2019 09:24:56</a> <span class=”byuser“>自 cindy0505</span></td>
</tr>

<tr>
<td class=”tcl“>
<div class=”intd“>
<div class=”nosize“><!– –></div>
</div>

<div class=”forumicon“><div class=”nosize“><!– –></div></div>
<div class=”tclcon“>

<h3 class=”topic_isread“><a href=”/discuss/topic/357734/“>拍卖会</a></h3>
<span class=”byuser“>自 Jay20081229</span>

</div>
</div>
</td>
<td class=”tc2“>8</td>
<td class=”tc3“>96</td>
<td class=”tcr“><a href=”/discuss/post/3634870/“>七月 19, 2019 09:05:58</a> <span class=”byuser“>自 wrj2009</span></td>
</tr>


</tbody>
</table>
</div>
</div>
</div>
<div class=”linksb“>


<div class=”pagination“>

<span class=”disabled prev“>&lsaquo;&lsaquo; previous</span>




<span class=”current page“>1</span>





<a href=”?page=2“ class=”page“>2</a>





<a href=”?page=3“ class=”page“>3</a>





<a href=”?page=4“ class=”page“>4</a>









<a href=”?page=50“ class=”page“>50</a>





<a href=”?page=51“ class=”page“>51</a>





<a href=”?page=52“ class=”page“>52</a>





<a href=”?page=53“ class=”page“>53</a>




<a href=”?page=2“ class=”next“>next &rsaquo;&rsaquo;</a>

</div>


<ul>
<li><a href=”/discuss/“>讨论区</a> </li>
<li>
&raquo; 中文 <a href=”/discuss/feeds/forum/16/“><img src=”//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/djangobb_forum/img/feed-icon-small.png“ alt=”“ title=”“ class=”breadcrumb_rss“ /></a>
</li>
</ul>
</div>
<!– end forum code –>

<div id=”brdfooter“ class=”box“>
<div class=”box-content“>

<div class=”conl“>

</div>

<p class=”foot conr“>Powered by <a href=”http://djangobb.org/“>DjangoBB</a></p>

<p class=”foot“>
<strong>Standard</strong> | <a href=”/discuss/m/16/“>Mobile</a>
</p>

<div class=”clearer“></div>
</div>
</div>
</div>
</div>

</div>




</div>
<div id=”footer“>
<div class=”container“>
<style>
#footer ul.footer-col li {
list-style-type:none;
display: inline-block;
width: 184px;
text-align: left;
vertical-align: top;
}

#footer ul.footer-col li h4 {
font-weight: bold;
font-size: 14px;
color: #666;
}

</style>
<ul class=”clearfix footer-col“>
<li>
<h4>关于</h4>
<ul>
<li><a href=”/about/“>关于 Scratch</a></li>
<li><a href=”/parents/“>致家长</a></li>
<li><a href=”/educators/“>致教师</a></li>
<li><a href=”/developers“>致开发者</a></li>
<li><a href=”/info/credits/“>谢志</a></li>
<li><a href=”/jobs/“>工作</a></li>
<li><a href=”https://www.scratchfoundation.org/media-kit/“>新闻</a></li>
</ul>
</li>
<li>
<h4>社群</h4>
<ul>
<li><a href = ”/community_guidelines/“>社群规范</a></li>
<li><a href = ”/discuss/“>讨论区</a></li>
<li><a href = ”http://wiki.scratch.mit.edu/“>Scratch Wiki</a></li>
<li><a href = ”/statistics/“>统计</a></li>
</ul>
</li>
<li>
<h4>支援</h4>
<ul>
<li><a href = ”/ideas“>创意</a></li>
<li><a href = ”/info/faq/“>常见问答</a></li>
<li><a href = ”/download“>离线编辑器</a></li>
<li><a href = ”/contact-us/“>联络我们</a></li>
<li><a href=”/store“>Scratch商店</a></li>
<li><a href = ”https://secure.donationpay.org/scratchfoundation/“>赞助</a></li>
</ul>
</li>
<li>
<h4>法律</h4>
<ul>
<li><a href=”/terms_of_use/“>使用条款</a></li>
<li><a href=”/privacy_policy/“>隐私权政策</a></li>
<li><a href = ”/DMCA/“>DMCA</a></li>
</ul>
</li>
<li>
<h4>Scratch 家族</h4>
<ul>
<li><a href=”http://scratched.gse.harvard.edu/“>ScratchEd</a></li>
<li><a href=”http://www.scratchjr.org/“>ScratchJr</a></li>
<li><a href=”http://day.scratch.mit.edu/“>Scratch 日</a></li>
<li><a href=”/conference/“>Scratch 会议</a></li>
<li><a href=”http://www.scratchfoundation.org/“>Scratch 基金会</a></li>
</ul>
</li>
</ul>
<ul class=”clearfix“ id=”footer-menu“ >
<li>
<form id=”lang-dropdown“ method=”post“ action=”/i18n/setlang/“>
<select id=”language-selection“ name=”language“>

<option value=”ab“ >Аҧсшәа</option>

<option value=”ar“ >العربية</option>

<option value=”am“ >አማርኛ</option>

<option value=”az“ >Azeri</option>

<option value=”id“ >Bahasa Indonesia</option>

<option value=”be“ >Беларуская</option>

<option value=”bg“ >Български</option>

<option value=”ca“ >Català</option>

<option value=”cs“ >Česky</option>

<option value=”cy“ >Cymraeg</option>

<option value=”da“ >Dansk</option>

<option value=”de“ >Deutsch</option>

<option value=”et“ >Eesti</option>

<option value=”el“ >Ελληνικά</option>

<option value=”en“ >English</option>

<option value=”es“ >Español</option>

<option value=”es-419“ >Español Latinoamericano</option>

<option value=”eu“ >Euskara</option>

<option value=”fa“ >فارسی</option>

<option value=”fr“ >Français</option>

<option value=”ga“ >Gaeilge</option>

<option value=”gd“ >Gàidhlig</option>

<option value=”gl“ >Galego</option>

<option value=”ko“ >한국어</option>

<option value=”he“ >עִבְרִית</option>

<option value=”hr“ >Hrvatski</option>

<option value=”zu“ >isiZulu</option>

<option value=”is“ >Íslenska</option>

<option value=”it“ >Italiano</option>

<option value=”ckb“ >کوردیی ناوەندی</option>

<option value=”lv“ >Latviešu</option>

<option value=”lt“ >Lietuvių</option>

<option value=”hu“ >Magyar</option>

<option value=”mi“ >Māori</option>

<option value=”nl“ >Nederlands</option>

<option value=”ja“ >日本語</option>

<option value=”ja-Hira“ >にほんご</option>

<option value=”nb“ >Norsk Bokmål</option>

<option value=”nn“ >Norsk Nynorsk</option>

<option value=”uz“ >Oʻzbekcha</option>

<option value=”th“ >ไทย</option>

<option value=”pl“ >Polski</option>

<option value=”pt“ >Português</option>

<option value=”pt-br“ >Português Brasileiro</option>

<option value=”rap“ >Rapa Nui</option>

<option value=”ro“ >Română</option>

<option value=”ru“ >Русский</option>

<option value=”sk“ >Slovenčina</option>

<option value=”sl“ >Slovenščina</option>

<option value=”sr“ >Српски</option>

<option value=”fi“ >Suomi</option>

<option value=”sv“ >Svenska</option>

<option value=”vi“ >Tiếng Việt</option>

<option value=”tr“ >Türkçe</option>

<option value=”uk“ >Українська</option>

<option value=”zh-cn“ selected >简体中文</option>

<option value=”zh-tw“ >繁體中文</option>

</select>
</form>
</li>
</ul>
<p >Scratch 是麻省理工学院终生幼儿园团队底下的一个计划</p>
</div>
</div>



<!– templates/modal-login.html block –>
<div class=”modal hide fade in“ id=”login-dialog“ style=”width: 450px“>
<form method=”post“ action=”/login/“>
<fieldset>
<div class=”modal-header“>
<a href=”#“ data-dismiss=”modal“ class=”close“>x
</a>
<h3>登入</h3>
</div>
<div class=”modal-body“>

<div class=”control-group“>
<label class=”control-label“ for=”username“>用户名称
</label>
<div class=”controls“>
<input class=”username“ type=”text“ name=”username“ maxlength=”30“ />
</div>
</div>
<div class=”control-group“>
<label class=”control-label“ for=”password“>密码
</label>
<div class=”controls“>
<input type=”password“ name=”password“ class=”password“ />
</div>
</div>

</div>
<div class=”modal-footer“>
<span class=”error“>
</span>
<div class=”buttons-right“>
<button class=”button primary“ type=”submit“>登入</button>

<a data-control=”registration“>或加入 Scratch</a>

</div>
</div>

</fieldset>
</form>
<iframe class=”iframeshim“ frameborder=”0“ scrolling=”no“><html><head></head><body></body></html></iframe>
</div>
<!– end templates/modal-login.html –>


<div id=”registration“ class=”registration modal hide fade“ data-backdrop=”static“>
<iframe class=”iframeshim“ frameborder=”0“ scrolling=”no“><html><head></head><body></body></html></iframe>
</div>








<script type=”text/javascript“ src=”//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//js/jquery-ui.min.js“></script>

<script type=”text/javascript“ src=”//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/js/main.js“ charset=”utf-8“></script>


<script type=”text/javascript">
// load gaq script
(function() {
var ga = document.createElement('script'); ga.type = ‘text/javascript’; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName('script'); s.parentNode.insertBefore(ga, s);
})();
</script>

<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/js/base.js” charset=“utf-8”></script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/js/lazyload.js” charset=“utf-8”></script>

<script type=“text/javascript”>
var STATIC_URL = “//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/”;
var MEDIA_URL = “//uploads.scratch.mit.edu/”;
var POST_PREVIEW_URL = “/discuss/preview/”;
</script>

<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/scratchblocks/scratchblocks.js”></script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/scratchblocks/translations.js” charset=“utf-8”></script>
<script type=“text/javascript”>
(function ($) {
scratchblocks._currentLanguage = ‘en’;

var forum_langs = {13: “de”, 14: “es”, 15: “fr”, 16: “zh_CN”, 17: “pl”,
18: “ja”, 19: “nl”, 20: “pt”, 21: “it”, 22: “he”, 23: “ko”, 24: “nb”,
25: “tr”, 26: “el”, 27: “ru”, 33: “ca”, 36: “id”};

function match_path(path) {
return new RegExp("^/discuss/(+)/“).exec(path);
}

var match = match_path(window.location.pathname);
if (!match) {
var links = $(”.linkst ul a");
for (var i=0; i<links.length; i++) {
match = match_path($(links).attr(“href”));
if (match) break;
}
}
scratchblocks._currentLanguages = ;
if (match) {
var forum_id = parseInt(match);
var code = forum_langs;

if (code in scratchblocks.allLanguages) {
scratchblocks._currentLanguages = ;
}
}
})(jQuery);
</script>




<link rel=“stylesheet” type=“text/css” href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/js/markitup/skins/simple/style.css” />
<link rel=“stylesheet” type=“text/css” href=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/js/markitup/sets/bbcode/style.css” />
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//js/swfobject.js”></script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/js/markitup/jquery.markitup.pack.js”></script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/js/markitup/sets/bbcode/set.js”></script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/js/markup/bbcode/board.js”></script>




<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/scratchblocks/menu.js”></script>

<script type=“text/javascript”>
$(document).ready(function() {
$(“.markup”).markItUp(mySettings);
scratchblocks.renderMatching('.scratchblocks-button ul a', {
languages: ,
});
});
</script>


<script type=“text/javascript”>
$(document).ready(function() {
scratchblocks.renderMatching('pre.blocks', {
languages: scratchblocks._currentLanguages,
replace: function(el, svg, doc, options) {
// add scratchblocks to `el`
scratchblocks.replace(el, svg, doc, options);
},
});
});
</script>

<!– Highlightjs goodies –>



<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/js/jquery.cookie.js”></script>
<script type=“text/javascript” src=“//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//djangobb_forum/js/forums.js”></script>







<script type=“text/template” id=“template-collection-count”>
<%- count %>
</script>

<script type=“text/template” id=“template-comment-actions”>
<% if (can_delete) { %>
<% if (is_staff && comment_user == current_user) { %>
<span data-control=“delete” class=“actions report”>Delete</span>
<% } else if (type != “gallery” || comment_user == current_user) { %>
<span data-control=“delete” class=“actions report”>Delete</span>
<% } %>
<% } %>
<% if (current_user != comment_user) { %>
<span data-control=“report” class=“actions report”>
<% if (student_of_educator) { %>
删除
<% } else { %>
检举
<% } %></span>
<% } %>
</script>

<script type=“text/template” id=“template-modal-login”>
<div class=“modal hide fade in” id=“login-dialog” style=“width: 450px”>
<form method=“post” action=“/login/”>
<fieldset>
<div class=“modal-header”>
<a href=“#” data-dismiss=“modal” class=“close”>x
</a>
<h3>Login</h3>
</div>
<div class=“modal-body”>
<div class=“control-group”>
<label class=“control-label” for=“username”>用户名称
</label>
<div class=“controls”>
<input id=“username” type=“text” name=“username” maxlength=“30” />
</div>
</div>
<div class=“control-group”>
<label class=“control-label” for=“password”>密码
</label>
<div class=“controls”>
<input type=“password” name=“password” id=“password” />
</div>
</div>
</div>
<div class=“modal-footer”>
<span class=“error”>
</span>
<span class=“button primary” id=“sign-in” data-control=“site-login”>
<span>{% trans “Sign in” $}
</span>
</span>
</div>
</fieldset>
</form>
</div>
</script>

<script type=“text/template” id=“template-comment-reply”>
<form>
<div class=“control-group tooltip right”>
<textarea name=“content”></textarea>

<span class=“hovertext error” data-control=“error” data-content=“comment-error”><span class=“arrow”></span><span class=“text”></span></span>
<span class=“small-text”>还可输入 <span id=“chars-left-<%- comment_id %>”>500</span> 个字符。</span>
</div>
<div class=“control-group”>
<div class=“button small” data-parent-thread=“<%- thread_id %>” data-commentee-id=“<%- commentee_id %>” data-control=“post”><a href=“#null”>送出</a></div>
<div class=“button small grey” data-control=“cancel”><a href=“#null”>取消</a></div>
<span class=“notification”></span>
</div>
</form>
</script>

<script type=“text/template” id=“template-deletion-canceled”>
<div class=“deletion-canceled”>
<div class=“form”>
<p>
Your account was scheduled for deletion but you logged in. Your account has been reactivated. If you didn’t request for your account to be deleted, you should <a href=“/accounts/password_change/”>change your password</a> to make sure your account is secure.
</p>
</div>
</div>
</script>

<script type=“text/template” id=“template-unsupported-browser”>
<div class=“unsupported-browser banner” data-cue=“unsupported_browser”>
<div class=“container”>
<span>Scratch works best on newer browsers. We suggest you upgrade to <a href=“/info/faq/#requirements”>a supported browser</a>, <a href=“/scratch2download/”>download the offline editor</a>, <a href="https://en.scratch-wiki.info/wiki/List_of_Bug_Workarounds“>or read about common workarounds</a>.</span>
<div class=”close“>x</div>
</div>
</div>
</script>

<script type=”text/template“ id=”template-unsupported-msie“>
<div class=”unsupported-browser banner“ data-cue=”unsupported_browser“>
<div class=”container“>
<span>Scratch will stop supporting Internet Explorer 8 on April 30, 2015. We suggest you upgrade to <a href=”/info/faq/#requirements“>a supported browser</a>, <a href=”/scratch2download/“>download the offline editor</a>, or <a href=”https://en.scratch-wiki.info/wiki/List_of_Bug_Workarounds“>read about common workarounds</a>.</span>
<div class=”close“>x</div>
</div>
</div>
</script>








<!– load javascript translation catalog, and javascript fuzzy date library –>
<script type=”text/javascript“ src=”/jsi18n/“></script>
<script type=”text/javascript“ src=”//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__/js/lib/jquery.timeago.settings.js“></script>


<script type=”text/javascript“ src=”//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//js/apps/registration/main.js“></script>


<script type=”text/javascript“ src=”//cdn.scratch.mit.edu/scratchr2/static/__8ccaf47e25e095b47755155504f599b6__//js/apps/global.js“></script>
<script>
Scratch.NotificationPollTime = 300000;
</script>




<script>
$(document).on(”accountnavready", function(e){
$('#topnav .messages').notificationsAlert();
});
</script>

</body>
<!– Site Version: 3.2019.07.11.1_2019_07_11_13_57 –>
</html>
wrj2009
Scratcher
1000+ posts

scratch网页代码

BananaCakeComputer
Scratcher
12 posts

scratch网页代码

楼下几个,连js和css都没有,怎么组成的网页
Danny_programmer12
Scratcher
1 post

scratch网页代码

lol
Rang7
Scratcher
14 posts

scratch网页代码

BananaCakeComputer wrote:

楼下几个,连js和css都没有,怎么组成的网页
………是楼上吧
z123w
Scratcher
78 posts

scratch网页代码

誰會想看到那些 HTML ?
cloverCat156
Scratcher
100+ posts

scratch网页代码

在发代码我就要举报了
sportifadam
Scratcher
7 posts

scratch网页代码

NAPİM B)
LmanTW
Scratcher
50 posts

scratch网页代码

上面都只是html,實際運算要看他是用什麼語言
longlong2011
Scratcher
14 posts

scratch网页代码

LmanTW wrote:

上面都只是html,實際運算要看他是用什麼語言
對,還有css、js等等的
fangchirui
Scratcher
78 posts

scratch网页代码

什么f12大法(
jamoraor123
New Scratcher
1 post

scratch网页代码

qwertyuiopasdfghjklñzxcvbnm

Powered by DjangoBB