Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Calculator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
Mathison Chen
Calculator
Commits
2e50f8e4
Commit
2e50f8e4
authored
2 years ago
by
Mathison Chen
Committed by
Augusta
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Delete Editor.html
parent
001ae30a
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
My/Editor.html
+0
-21
0 additions, 21 deletions
My/Editor.html
with
0 additions
and
21 deletions
My/Editor.html
deleted
100644 → 0
+
0
−
21
View file @
001ae30a
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
<script
src=
"./jquery.js"
></script>
<script
src=
"./my.min.js"
></script>
<script
src=
"./wangEditor.js"
></script>
</head>
<body>
<div
id=
'wangEditor'
></div>
<p>
(mathEditor已嵌入wangEditor中!)
</p>
<script>
var
E
=
window
.
wangEditor
var
wangEditorInstance
=
new
E
(
'
#wangEditor
'
)
wangEditorInstance
.
create
();
</script>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment