文本怎么换成html,编辑html格式文本可改成txt格式(可以替换或更换某文本)新手...

该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

新的名字

生活助手

If Clock.Hour < 12 Then

TextWindow.WriteLine("早上好,测试者")

ElseIf Clock.Hour < 14 Then

TextWindow.WriteLine("中午好,测试者")

ElseIf Clock.Hour < 17 Then

TextWindow.WriteLine("下午好,测试者")

ElseIf Clock.Hour < 20 Then

TextWindow.WriteLine("晚好,测试者")

EndIf

TextWindow.WriteLine("学习还是玩")

asg=TextWindow.Read()

If asg="学习" then

ElseIf asg="玩" then

sheng()

EndIf

TextWindow.WriteLine("答题还是编答案")

shui=TextWindow.Read()

Sub bian

ts="1.html"

ys="2.html"

us="3.html"

TextWindow.WriteLine("请问你要更新文本吗(是/否)注本程序是无限制")

tsg=TextWindow.Read()

i=1

l=Clock.Date

nian=Clock.Year

tian=Clock.Day

TextWindow.WriteLine("今天是+"+Clock.Date)

If tsg="是" Then

While i>0

TextWindow.BackgroundColor="green"

TextWindow.ForegroundColor="red"

TextWindow.WriteLine("打请出你要的信息(1)")

r=TextWindow.Read()

sr=File.ReadContents(ts)

File.InsertLine(sr,i, r)

TextWindow.WriteLine("打请出你要的信息(2)")

e=TextWindow.Read()

yr=File.ReadContents(ys)

File.InsertLine(yr,i, e)

TextWindow.WriteLine("打请出你要的信息(3)")

s=TextWindow.Read()

ysr=File.ReadContents(us)

File.InsertLine(ysr,i,s)

i=i+1

TextWindow.WriteLine("文件目录1")

gs=TextWindow.Read()

File.WriteContents(gs,ts)

TextWindow.WriteLine("文件目录2")

hs=TextWindow.Read()

File.WriteContents(hs,ys)

TextWindow.WriteLine("文件目录3")

ks=TextWindow.Read()

File.WriteContents(ks,us)

EndWhile

While i>0

TextWindow.BackgroundColor="green"

TextWindow.ForegroundColor="red"

TextWindow.WriteLine("打请出你要的信息(1)")

r=TextWindow.Read()

File.InsertLine(ts,i, r)

TextWindow.WriteLine("打请出你要的信息(2)")

e=TextWindow.Read()

File.InsertLine(ys,i, e)

TextWindow.WriteLine("打请出你要的信息(3)")

s=TextWindow.Read()

File.InsertLine(us,i,s)

i=i+1

TextWindow.Clear()

EndWhile

EndIf

EndSub

Sub xue

TextWindow.Write("你要答几次题")

iu=TextWindow.Read()

While i>0

no=Math.GetRandomNumber(100)

b=File.ReadLine(ts,no)

j=File.ReadLine(ys,no)

si=File.ReadLine(us,no)

TextWindow.Write("b")

sui=TextWindow.Read()

If sui=j Then

TextWindow.Write("答案"+j)

TextWindow.Write("因为"+si)

Else

TextWindow.Write("答案"+j)

TextWindow.Write("因为"+si)

EndIf

iu=iu-1

EndWhile

TextWindow.WriteLine("要玩一把游戏吗")

ags=TextWindow.Read()

If ags="要" Then

TextWindow.WriteLine("客官玩几次")

ste=TextWindow.Read()

While ste>0

h=Math.GetRandomNumber(6)

c=Math.GetRandomNumber(6)

TextWindow.WriteLine("1号玩家"+h)

TextWindow.WriteLine("2号玩家"+c)

If h>c Then

TextWindow.WriteLine("1号玩家获胜")

ElseIf h=c then

TextWindow.WriteLine("平局")

Else

TextWindow.WriteLine("2号玩家获胜")

EndIf

ste=ste-1

EndWhile

Else

EndIf

EndSub

If shui="答题" Then

xue()

Else

bian()

EndIf

Sub sheng

TextWindow.WriteLine("玩什么(现在只有抛筛子)")

q=TextWindow.Read()

If q="筛抛子" Then

TextWindow.WriteLine("客官玩几次")

ste=TextWindow.Read()

While ste>0

h=Math.GetRandomNumber(6)

c=Math.GetRandomNumber(6)

TextWindow.WriteLine("1号玩家"+h)

TextWindow.WriteLine("2号玩家"+c)

If h>c Then

TextWindow.WriteLine("1号玩家获胜")

ElseIf h=c then

TextWindow.WriteLine("平局")

Else

TextWindow.WriteLine("2号玩家获胜")

EndIf

ste=ste-1

EndWhile

else

EndIf

EndSub

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/417026.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

impala sql清单

创建数据库 CREATE DATABASE IF NOT EXISTS database_name; 查看所有数据库 show databases 删除数据库 DROP DATABASE IF EXISTS sample_database; 进入数据库 use dbname 创建表 CREATE TABLE IF NOT EXISTS test.student (name STRING, age INT, contact INT ); 查…

考研计算机网课辅导,考研计算机网课辅导哪个好

考研计算机网课辅导哪个好&#xff1f;面对市面上如此之多的考研辅导&#xff0c;怎么选择成了很多学员的难题。现在的在线教育水平很高了&#xff0c;特别是在考研辅导上&#xff0c;学习自由&#xff0c;配套服务全面。找培训还是要看老师&#xff0c;比较牛叉的注会老师如张…

什么是流程控制

浅析PHP流程控制 今天Qi号给小白们分享一下PHP基础(相互请教&#xff5e;&#xff5e;)&#xff1a; 下面是Qi号搜集的资料及自己的总结希望有所帮助&#xff1a; 什么是流程控制&#xff1a;在声明式的编程语言中&#xff0c;流程控制指令是指会改变程序运行顺序的指令&#x…

连接hadoop java.io.IOException:Could not locate executable null\bin\winutils.exe in the Hadoop binarie

java连接hadoop报错 java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries. 原因查找 找到报错位置hadoop包中的xxx/Shell.java public static final String getQualifiedBinPath(String executable) throws IOException {// co…

中南大学王斌计算机学院,中南大学 信息科学与工程学院,长沙 410083

摘要&#xff1a;An optimization method of operation parameter based on comprehensive status evaluation model was proposed on the background of optimization control problem for lead-zinc sintering process. Based on the sintering process mechanism analysis, …

HBase shell命令行

启动Shell $ hbase shell 列出所有的表 hbase > list 创建名为mytable的表&#xff0c;含有一个列族hb hbase > create mytable , hb 在‘mytable’表的first行中的‘hb:data’列对应的数据单元中插入字节数组‘hello HBase’ hbase > put mytable , firs…

Win10系列:JavaScript页面导航

页面导航是在开发应用的过程中使用频率较高的技术&#xff0c;其中比较常用的导航方式有多页导航和页内导航&#xff0c;采用多页导航方式的应用程序包含一系列的页面&#xff0c;在一个页面中加入另一个页面的链接地址后&#xff0c;单击链接将跳转到指定页面&#xff0c;从而…

java maven调用hbase

pom.xml <dependency><groupId>org.apache.hbase</groupId><artifactId>hbase-it</artifactId><version>1.2.0</version> </dependency> 源码 import java.io.IOException; import java.util.ArrayList; import java.util.…

前端学习(2347):创建新页面和配置

pages.json {"pages": [ //pages数组中第一项表示应用启动页&#xff0c;参考&#xff1a;https://uniapp.dcloud.io/collocation/pages{"path" : "pages/message/message","style" : {"navigationBarTitleText": "信…

计算机与现代教育技术论文开题报告,计算机科学技术大学硕士与本科毕业论文开题报告...

这是一篇计算机科学技术方面有关毕业论文题目范文,与二维动画设计与制作相关毕业论文。是写论文专业与计算机科学技术及计算机软件及发表一篇方面相关的免费优秀学术论文范文资料&#xff0c;可作为计算机科学技术方面的大学硕士与本科毕业论文开题报告范文和职称论文论文写作参…

3.3、自定义错误页面

如果你在浏览器的地址栏中输入了不可用的路由&#xff0c;那么会显示一个状态码为 404 的错误页面。现在这个错误页面太简陋、平庸&#xff0c;而且样式和使用了 Bootstrap 的页面不一致。 像常规路由一样&#xff0c;Flask 允许程序使用基于模板的自定义错误页面。最常见的错误…

hive shell/sql 命令行

命令hive进入hive命令行 //列表数据库 show databases; //创建数据库 create database myhive; //创建数据库时检查存在与否 create database if not exists t1; //创建数据库时带注释 create database if not exists t2 comment learning hive; //创建带属性的数据库…

前端学习(2348):tabber

{"pages": [ //pages数组中第一项表示应用启动页&#xff0c;参考&#xff1a;https://uniapp.dcloud.io/collocation/pages{"path" : "pages/message/message","style" : {"navigationBarTitleText": "信息页",&…

辽宁交通职业技术学校计算机好不好,辽宁省交通高等专科学校信息工程系

信息工程系是学校“十一五”和“十二五”期间重点建设的校内五个重点专业群之一,也是首批国家高职示范校项目重点建设的专业群之一。现开设计算机网络技术、软件技术、计算机通信技术、图形图像制作、广告设计与制作、影视动画共6个专业,下设信息技术研究所和计算机基础、数学2…

[No0000D7]img生成器.bat合并所有图片到html网页中

ECHO OFF IF EXIST %~nx0.html DEL /F /Q %~nx0.html ECHO ^<html^>^<head^>^<title^>%~nx0^</title^>^</head^>^<body style"background:black;" οnlοad"window.setInterval(function(){window.scrollBy(0,800);},800);&qu…

前端学习(2349):tabber的其他属性

pages.json {"pages": [ //pages数组中第一项表示应用启动页&#xff0c;参考&#xff1a;https://uniapp.dcloud.io/collocation/pages{"path" : "pages/message/message","style" : {"navigationBarTitleText": "信…

计算机组成原理中ID是什么,计算机组成原理.doc

计算机组成原理课程作业_A 用户名&#xff1a;niekai最终成绩&#xff1a;80.0 HYPERLINK "//scores/?ag_id200580&assessmentid23539e75-90b3-487a-be10-06db93333cdd&stu_access_grading1&grading_curpage1&layoutwelcome_blank&role2&schoolG…