Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson12-3
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0134ce44
authored
Nov 20, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
f019f42b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
256 additions
and
6 deletions
diy copy.py
diy.py
fg.py
iu.py
diy copy.py
0 → 100644
View file @
0134ce44
file
=
open
(
r'C:\Users\Thinkbook\Desktop\book.txt'
,
'a'
,
encoding
=
'utf-8'
)
file
.
write
(
'考虑到符合独立军训刘瑞华可容纳·然后付费也觉得封测感染几率大房间件让不让进:68765165468本
\n
'
)
file
.
write
(
'立方测量若拖军或女所错了·扩军不过寻二不通过拖木错错错所军呢如提多次好老地方呢:4588526958本
\n
'
)
file
.
write
(
'负反馈侧过户的风格还·是得非结构化丝豆腐广化寺偶尔个乳房马克华菲电梯恢投入:656265985本
\n
'
)
file
.
write
(
' 客人将改名为此无故人我人民合·同我为己任替我人提级管控恶魔人我能够根据计划烦得很从:995584425本
\n
'
)
file
.
close
()
\ No newline at end of file
diy.py
View file @
0134ce44
file
=
open
(
r'C:\Users\Thinkbook\Desktop\book.txt'
,
'a'
,
encoding
=
'utf-8'
)
file
.
write
(
'考虑到符合独立军训刘瑞华可容纳然后付费也·觉得开发那次偶尔与顾客什么策划牛米件让进:68765165468本
\n
'
)
file
.
write
(
'立方俄国际马拉松飞机回消费比你好过分黄焖鸡块归测试软件名·称还能干嘛节目覆盖路东方方呢:4588526958本
\n
'
)
file
.
write
(
'负反方女一节课了一年如果李斯欧拉女将军哭一边馈·马软件园库里和哪个法院可以可以很快华菲投入:656265985本
\n
'
)
file
.
write
(
'我能够哦乳来得及考虑内存卡我客户·型流程单纯房盈没和,卖家后台晖二村推到利模式是否从:995584425本
\n
'
)
file
.
close
(
)
with
open
(
r'C:\Users\Thinkbook\Desktop\book.txt'
,
'a'
,
encoding
=
'utf-8'
)
as
filel
:
for
data
in
data
:
if
'小强:10本'
in
data
:
print
(
'小强数据在文件中
'
)
if
'小兰:12本'
in
data
:
print
(
'小兰数据在文件中'
)
\ No newline at end of file
fg.py
0 → 100644
View file @
0134ce44
<
!
doctype
html
>
<
html
dir
=
"ltr"
lang
=
"zh"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
新标签页
</
title
>
<
style
>
html
{
--
ntp
-
focus
-
shadow
-
color
:
rgba
(
var
(
--
google
-
blue
-
600
-
rgb
),
.
4
);
--
ntp
-
theme
-
text
-
color
:
var
(
--
google
-
grey
-
800
);
background
-
attachment
:
fixed
;
background
-
color
:
rgba
(
255
,
255
,
255
,
1
);
background
-
position
:
-
64
px
;
background
-
repeat
:
no
-
repeat
;
height
:
100
%
;
overflow
:
auto
;
}
@media
(
prefers
-
color
-
scheme
:
dark
)
{
html
{
--
ntp
-
focus
-
shadow
-
color
:
rgba
(
var
(
--
google
-
blue
-
300
-
rgb
),
.
5
);
--
ntp
-
theme
-
text
-
color
:
white
;
}
}
html
[
has
-
custom
-
background
]
{
background
-
image
:
-
webkit
-
image
-
set
(
url
(
chrome
:
//
theme
/
IDR_THEME_NTP_BACKGROUND
?
)
1
x
,
url
(
chrome
:
//
theme
/
IDR_THEME_NTP_BACKGROUND
@
2
x
?
)
2
x
);
}
body
{
align
-
items
:
center
;
display
:
flex
;
height
:
100
vh
;
justify
-
content
:
center
;
margin
:
0
;
}
cr
-
most
-
visited
{
--
most
-
visited
-
focus
-
shadow
:
0
0
0
2
px
var
(
--
ntp
-
focus
-
shadow
-
color
);
--
most
-
visited
-
text
-
color
:
var
(
--
ntp
-
theme
-
text
-
color
);
--
most
-
visited
-
text
-
shadow
:
none
;
}
html
[
has
-
custom
-
background
]
cr
-
most
-
visited
{
--
most
-
visited
-
text
-
shadow
:
0
0
16
px
rgba
(
0
,
0
,
0
,
.
3
);
}
</
style
>
</
head
>
<
body
>
<
script
type
=
"module"
src
=
"strings.m.js"
></
script
>
<
cr
-
most
-
visited
></
cr
-
most
-
visited
>
<
script
type
=
"module"
src
=
"new_tab_page_third_party.js"
></
script
>
<
link
rel
=
"stylesheet"
href
=
"chrome://resources/css/text_defaults_md.css"
>
</
body
>
</
html
>
iu.py
0 → 100644
View file @
0134ce44
<
meta
charset
=
"utf-8"
>
<
title
>&
#x5B66;习系统-专业少儿编程</title>
<
meta
name
=
"viewport"
content
=
"width=1200, user-scalable=no"
>
<
meta
name
=
"apple-itunes-app"
content
=
"app-id=1459208111"
>
<
meta
name
=
"description"
content
=
"100
%
源自北美的少儿编程教育品牌,课程内容基于北美计算机CSTA标准,为4-16岁的孩子量身定制的专业少儿编程课程。"
>
<
meta
name
=
"keywords"
content
=
"少儿编程,儿童编程,少儿编程学习,少儿编程学习班,少儿学习编程,少儿编程加盟,编程课程加盟"
>
<
meta
itemprop
=
"name"
content
=
"scratch_stem_少儿编程"
>
<
meta
itemprop
=
"description"
content
=
"100
%
源自北美的少儿编程教育品牌,课程内容基于北美计算机CSTA标准,为4-16岁的孩子量身定制的专业少儿编程课程。"
>
<
meta
name
=
"apple-mobile-web-app-capable"
content
=
"yes"
>
<
meta
name
=
"apple-mobile-web-app-status-bar-style"
content
=
"black"
>
<
link
rel
=
"apple-touch-icon"
href
=
"https://other.wkcoding.com/apple-touch-icon-180x180.png"
>
<
!
--
touch
-
icon
-
ipad
-->
<
link
rel
=
"apple-touch-icon"
sizes
=
"152x152"
href
=
"https://other.wkcoding.com/apple-touch-icon-180x180.png?imageView2/1/w/152/h/152"
>
<
!
--
touch
-
icon
-
iphone
-
retina
-->
<
link
rel
=
"apple-touch-icon"
sizes
=
"180x180"
href
=
"https://other.wkcoding.com/apple-touch-icon-180x180.png"
>
<
!
--
touch
-
icon
-
ipad
-
retina
-->
<
link
rel
=
"apple-touch-icon"
sizes
=
"167x167"
href
=
"https://other.wkcoding.com/apple-touch-icon-180x180.png?imageView2/1/w/167/h/167"
>
<
script
type
=
"text/javascript"
>
if
(
window
.
location
.
search
&&
window
.
location
.
search
.
indexOf
(
'debug=true'
)
!==
-
1
)
{
try
{
var
script
=
document
.
createElement
(
'script'
);
document
.
head
.
appendChild
(
script
);
script
.
src
=
'//cdn.jsdelivr.net/npm/eruda'
;
script
.
onload
=
function
()
{
if
(
window
.
eruda
)
{
window
.
eruda
.
init
();
}
else
{
alert
(
'Import script error. info -> onload'
);
}
};
script
.
onerror
=
function
(
e
)
{
alert
(
'Import script error. info -> onerror.'
+
e
);
};
}
catch
(
e
)
{
alert
(
'Import script error. Info -> script.'
+
e
);
}
}
</
script
>
<
!
--
Global
site
tag
(
gtag
.
js
)
-
Google
Analytics
-->
<
script
async
src
=
"https://www.googletagmanager.com/gtag/js?id=UA-151735416-2"
></
script
>
<
script
>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
()
{
dataLayer
.
push
(
arguments
);
}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'UA-151735416-2'
);
</
script
>
<
style
>
html
,
body
{
touch
-
action
:
manipulation
;
}
</
style
>
<
script
>
if
(
navigator
.
appName
==
'Microsoft Internet Explorer'
&&
(
navigator
.
appVersion
.
split
(
';'
)[
1
]
.
replace
(
/
[
]
/
g
,
''
)
==
'MSIE8.0'
||
navigator
.
appVersion
.
split
(
';'
)[
1
]
.
replace
(
/
[
]
/
g
,
''
)
==
'MSIE9.0'
)
)
{
alert
(
'请使用高级浏览器打开,比如谷歌浏览器;或升级你的IE浏览器'
);
}
window
.
mobilecheck
=
function
()
{
return
false
;
var
check
=
false
;
(
function
(
a
)
{
if
(
/
(
android
|
bb
\
d
+|
meego
)
.+
mobile
|
avantgo
|
bada
\
/|
blackberry
|
blazer
|
compal
|
elaine
|
fennec
|
hiptop
|
iemobile
|
ip
(
hone
|
od
)
|
iris
|
kindle
|
lge
|
maemo
|
midp
|
mmp
|
mobile
.+
firefox
|
netfront
|
opera
m
(
ob
|
in
)
i
|
palm
(
os
)
?
|
phone
|
p
(
ixi
|
re
)
\
/|
plucker
|
pocket
|
psp
|
series
(
4
|
6
)
0
|
symbian
|
treo
|
up
\
.
(
browser
|
link
)
|
vodafone
|
wap
|
windows
ce
|
xda
|
xiino
/
i
.
test
(
a
)
||
/
1207
|
6310
|
6590
|
3
gso
|
4
thp
|
50
[
1
-
6
]
i
|
770
s
|
802
s
|
a
wa
|
abac
|
ac
(
er
|
oo
|
s
\
-
)
|
ai
(
ko
|
rn
)
|
al
(
av
|
ca
|
co
)
|
amoi
|
an
(
ex
|
ny
|
yw
)
|
aptu
|
ar
(
ch
|
go
)
|
as
(
te
|
us
)
|
attw
|
au
(
di
|
\
-
m
|
r
|
s
)
|
avan
|
be
(
ck
|
ll
|
nq
)
|
bi
(
lb
|
rd
)
|
bl
(
ac
|
az
)
|
br
(
e
|
v
)
w
|
bumb
|
bw
\
-
(
n
|
u
)
|
c55
\
/|
capi
|
ccwa
|
cdm
\
-|
cell
|
chtm
|
cldc
|
cmd
\
-|
co
(
mp
|
nd
)
|
craw
|
da
(
it
|
ll
|
ng
)
|
dbte
|
dc
\
-
s
|
devi
|
dica
|
dmob
|
do
(
c
|
p
)
o
|
ds
(
12
|
\
-
d
)
|
el
(
49
|
ai
)
|
em
(
l2
|
ul
)
|
er
(
ic
|
k0
)
|
esl8
|
ez
([
4
-
7
]
0
|
os
|
wa
|
ze
)
|
fetc
|
fly
(
\
-|
_
)
|
g1
u
|
g560
|
gene
|
gf
\
-
5
|
g
\
-
mo
|
go
(
\
.
w
|
od
)
|
gr
(
ad
|
un
)
|
haie
|
hcit
|
hd
\
-
(
m
|
p
|
t
)
|
hei
\
-|
hi
(
pt
|
ta
)
|
hp
(
i
|
ip
)
|
hs
\
-
c
|
ht
(
c
(
\
-|
|
_
|
a
|
g
|
p
|
s
|
t
)
|
tp
)
|
hu
(
aw
|
tc
)
|
i
\
-
(
20
|
go
|
ma
)
|
i230
|
iac
(
|
\
-|
\
/
)
|
ibro
|
idea
|
ig01
|
ikom
|
im1k
|
inno
|
ipaq
|
iris
|
ja
(
t
|
v
)
a
|
jbro
|
jemu
|
jigs
|
kddi
|
keji
|
kgt
(
|
\
/
)
|
klon
|
kpt
|
kwc
\
-|
kyo
(
c
|
k
)
|
le
(
no
|
xi
)
|
lg
(
g
|
\
/
(
k
|
l
|
u
)
|
50
|
54
|
\
-
[
a
-
w
])
|
libw
|
lynx
|
m1
\
-
w
|
m3ga
|
m50
\
/|
ma
(
te
|
ui
|
xo
)
|
mc
(
01
|
21
|
ca
)
|
m
\
-
cr
|
me
(
rc
|
ri
)
|
mi
(
o8
|
oa
|
ts
)
|
mmef
|
mo
(
01
|
02
|
bi
|
de
|
do
|
t
(
\
-|
|
o
|
v
)
|
zz
)
|
mt
(
50
|
p1
|
v
)
|
mwbp
|
mywa
|
n10
[
0
-
2
]
|
n20
[
2
-
3
]
|
n30
(
0
|
2
)
|
n50
(
0
|
2
|
5
)
|
n7
(
0
(
0
|
1
)
|
10
)
|
ne
((
c
|
m
)
\
-|
on
|
tf
|
wf
|
wg
|
wt
)
|
nok
(
6
|
i
)
|
nzph
|
o2im
|
op
(
ti
|
wv
)
|
oran
|
owg1
|
p800
|
pan
(
a
|
d
|
t
)
|
pdxg
|
pg
(
13
|
\
-
([
1
-
8
]
|
c
))
|
phil
|
pire
|
pl
(
ay
|
uc
)
|
pn
\
-
2
|
po
(
ck
|
rt
|
se
)
|
prox
|
psio
|
pt
\
-
g
|
qa
\
-
a
|
qc
(
07
|
12
|
21
|
32
|
60
|
\
-
[
2
-
7
]
|
i
\
-
)
|
qtek
|
r380
|
r600
|
raks
|
rim9
|
ro
(
ve
|
zo
)
|
s55
\
/|
sa
(
ge
|
ma
|
mm
|
ms
|
ny
|
va
)
|
sc
(
01
|
h
\
-|
oo
|
p
\
-
)
|
sdk
\
/|
se
(
c
(
\
-|
0
|
1
)
|
47
|
mc
|
nd
|
ri
)
|
sgh
\
-|
shar
|
sie
(
\
-|
m
)
|
sk
\
-
0
|
sl
(
45
|
id
)
|
sm
(
al
|
ar
|
b3
|
it
|
t5
)
|
so
(
ft
|
ny
)
|
sp
(
01
|
h
\
-|
v
\
-|
v
)
|
sy
(
01
|
mb
)
|
t2
(
18
|
50
)
|
t6
(
00
|
10
|
18
)
|
ta
(
gt
|
lk
)
|
tcl
\
-|
tdg
\
-|
tel
(
i
|
m
)
|
tim
\
-|
t
\
-
mo
|
to
(
pl
|
sh
)
|
ts
(
70
|
m
\
-|
m3
|
m5
)
|
tx
\
-
9
|
up
(
\
.
b
|
g1
|
si
)
|
utst
|
v400
|
v750
|
veri
|
vi
(
rg
|
te
)
|
vk
(
40
|
5
[
0
-
3
]
|
\
-
v
)
|
vm40
|
voda
|
vulc
|
vx
(
52
|
53
|
60
|
61
|
70
|
80
|
81
|
83
|
85
|
98
)
|
w3c
(
\
-|
)
|
webc
|
whit
|
wi
(
g
|
nc
|
nw
)
|
wmlb
|
wonu
|
x700
|
yas
\
-|
your
|
zeto
|
zte
\
-/
i
.
test
(
a
.
substr
(
0
,
4
)
)
)
check
=
true
;
})(
navigator
.
userAgent
||
navigator
.
vendor
||
window
.
opera
);
return
check
;
};
if
(
window
.
mobilecheck
())
{
if
(
!
/
business
/
g
.
test
(
window
.
location
.
href
))
{
//
如果是正式环境(
TODO
:这样判断有些死板,目前比较急先这样处理)
if
(
/
bellcode
/
g
.
test
(
window
.
location
.
href
))
{
location
.
href
=
location
.
protocol
+
'//bellcode.com/h5_index.html'
;
}
else
{
location
.
href
=
'/h5_index.html'
;
}
}
}
</
script
>
<
!
--
后续修改实现方式
-->
<
!
--
<
script
type
=
"text/javascript"
>
let
xmlHttp
=
new
XMLHttpRequest
();
xmlHttp
.
onreadystatechange
=
function
()
{
if
(
xmlHttp
.
readyState
===
4
&&
xmlHttp
.
status
===
200
)
{
let
response
=
JSON
.
parse
(
xmlHttp
.
responseText
);
response
.
data
.
forEach
(
resource
=>
{
let
link
=
document
.
createElement
(
'link'
);
link
.
rel
=
'prefetch'
;
link
.
href
=
resource
.
url
;
document
.
head
.
appendChild
(
link
);
});
}
};
xmlHttp
.
open
(
"GET"
,
"https://api.bellcode.com/common/utils/prefetch-resources.get?project_name=gui"
,
true
);
xmlHttp
.
send
(
null
);
</
script
>
-->
<
script
type
=
"text/javascript"
>
if
(
window
.
navigator
.
userAgent
.
indexOf
(
'BellplanetNative'
)
>=
0
&&
window
.
require
)
{
const
ipcRenderer
=
window
.
require
(
'electron'
)
.
ipcRenderer
;
if
(
ipcRenderer
)
{
console
.
log
(
'contains ipcRenderer'
);
window
.
addEventListener
(
'message'
,
e
=>
{
console
.
log
(
'CLIENT_PROCESS_MESSAGE'
,
e
.
data
.
key
,
e
.
data
.
value
);
if
(
e
.
data
.
value
&&
Array
.
isArray
(
e
.
data
.
value
))
{
ipcRenderer
.
send
(
'CLIENT_PROCESS_MESSAGE'
,
e
.
data
.
key
,
...
e
.
data
.
value
);
}
else
{
ipcRenderer
.
send
(
'CLIENT_PROCESS_MESSAGE'
,
e
.
data
.
key
,
e
.
data
.
value
);
}
});
}
}
</
script
>
<
link
rel
=
"shortcut icon"
href
=
"//other.wkcoding.com/cm_www/pro/2022042401/favicon_cu.ico"
><
link
href
=
"//other.wkcoding.com/cm_www/pro/2022042401/css/index-4d5ec73e.css"
rel
=
"stylesheet"
><
script
>
((
bellcodeGlobalSettings
,
env
,
version
,
env_rc
)
=>
{
if
(
!
window
.
bellcodeGlobalSettings
)
{
window
.
bellcodeGlobalSettings
=
{};
}
window
.
bellcodeGlobalSettings
=
{
...
window
.
bellcodeGlobalSettings
,
...
bellcodeGlobalSettings
};
window
.
__VERSION__
=
`${env}-${version}`
;
window
.
__bellcode_env__
=
env
;
window
.
onload
=
()
=>
{
////
如果是灰度环境则加入标记
if
(
env
===
env_rc
)
{
const
tagEl
=
document
.
createElement
(
"div"
);
tagEl
.
innerText
=
"新"
;
const
styles
=
{
width
:
"50px"
,
height
:
"50px"
,
background
:
"#000"
,
position
:
"fixed"
,
zIndex
:
"30002"
,
borderRadius
:
"50px"
,
top
:
"30px"
,
left
:
"10px"
,
cursor
:
"pointer"
,
textAlign
:
"center"
,
lineHeight
:
"50px"
,
color
:
"#fff"
};
for
(
let
property
in
styles
)
{
tagEl
.
style
[
property
]
=
styles
[
property
];
}
//
window
.
document
.
body
.
append
(
tagEl
);
}
}
})({
"settingsOrigins"
:{
"baseDomain"
:
"makcoocode.com"
,
"cookieDomain"
:
"makcoocode.com"
,
"apiOrigin"
:
"//api.bellcode.com/"
,
"homeOrigin"
:
"https://www.makcoocode.com/"
,
"ideOrigin"
:
"https://ide.makcoocode.com/"
,
"tcOrigin"
:
"https://tc.makcoocode.com/"
,
"guiOrigin"
:
"https://gui.makcoocode.com/"
,
"lrOrigin"
:
"https://learning-report.makcoocode.com/"
,
"paymentOrigin"
:
"https://h5.makcoocode.com/payment/"
,
"liveBellCodeHost"
:
"live.bellcode.com"
,
"H5Origin"
:
"https://h5.makcoocode.com/"
,
"bellplanetIndexURL"
:
"//bg-stage.makcoocode.com/index.html"
,
"offcialOrigin"
:
"http://official.bellcode.com/"
,
"bellplanetEnv"
:
"release"
,
"evaluateReportURL"
:
"https://learning-report.makcoocode.com/index.html"
},
"hostWhiteList"
:[
"codingmonkey.com.cn"
,
"wkcoding.com"
,
"bellcode.cn"
,
"bellcode.com"
,
"makcoocode.com"
,
"icodee.com"
,
"wukonglab.cn"
,
"icodeworld.cn"
]},
"pro"
,
"cm_www/pro/2022042401"
,
"rc"
);
(
function
(){})();
</
script
></
head
>
<
body
>
<
div
id
=
"app"
></
div
>
<
script
type
=
"text/javascript"
src
=
"//other.wkcoding.com/cm_www/pro/2022042401/js/index-4d5ec73e.js"
></
script
>
</
body
></
html
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment