Skip to content

Instantly share code, notes, and snippets.

View erguotou520's full-sized avatar

erguotou erguotou520

View GitHub Profile
<template>
<div ref="editor" :style="{height:height}"><slot></slot></div>
</template>
<script>
const WangEditor = require('wangeditor')
export default {
props: {
value: String,
height: {
type: String,
// init, append require.css method
(function() {
var list = {};
// 移除css
var remove = function remove() {
this.count --;
if (this.count <= 0) {
this.$style.remove();
}
}
package com.sunsoft.study.crawler;
import java.io.InputStream;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
/**