0
我有一個程序,叫做FlippageMaker。我已經構建了我的Flippage,但由於我想發佈,所以出現了水印,我無法刪除它。我已經搜索了水印,我已經在Ctrl + Shift + J下的Google Chrome中創建了...所以我去了我的HTML編輯器Synwrite,但是我找不到它。對不起,我的英語,我來自德國。下面是代碼:我怎樣才能刪除我的主頁上的水印?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="monitor-signature" content="monitor:player:html5">
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="Keywords" content="" />
<meta name="Description" content="index" />
<meta name="Generator" content="FlipBook Creator Professional 2.3.5 at http://www.flippagemaker.com" />
<link rel="image_src" href="files/shot.png">
<meta name="og:image" content="files/shot.png">
<meta property="og:image" content="files/shot.png">
<title>index</title>
<link rel="stylesheet" href="mobile/style/style.css" />
<link rel="stylesheet" href="mobile/style/player.css" />
<link rel="stylesheet" href="mobile/style/phoneTemplate.css" />
<script src="mobile/javascript/jquery-1.9.1.min.js"></script>
<script src="mobile/javascript/config.js"></script>
</head>
<body>
<script src="mobile/javascript/bookmark_config.js"></script>
<script src="mobile/javascript/LoadingJS.js"></script>
<script src="mobile/javascript/main.js"></script>
<link rel="stylesheet" href="mobile/style/template.css" />
</body>
</html>
而且這裏的截圖:
我希望你能幫幫我!謝謝
它可能在運行中生成。任何JS文件伴隨? – Goombah
如果您*買了*當您輸入*許可證時應該被刪除的程序*詳細信息...否? –
在JS文件中搜索'demo.png'的'config.js,main.js,LoadingJS.js和bookmark_config.js',看看你是否得到任何命中,如果是,只需刪除顯示水印的行 – Jer