文章记录(正文部分)我试图在mysql数据库中显示在CKEditor中以进行更新/编辑表单: -
<p><a href="https://gigaom.com/analyst/crawford-tim/">Tim Crawford</a></p>
<h3>How to Get This Report</h3>
<h2>Option 1</h2>
<p><strong>Purchase just this report for $495.00</strong></p>
<p><a href="https://gigaom.com/report/artificial-intelligence-for-the-enterprise-a-primer-on-ai-use-in-the-enterprise/?add-to-cart=953946&quantity=1&quick_buy=1">Order</a></p>
<h2>Option 2</h2>
<p><strong>Subscribe to Gigaom Research and get access to:</strong></p>
<ul>
<li>This report.</li>
<li>Our collection of 1,700+ other reports written by leading analysts.</li>
<li>All new reports which come out monthly.</li>
<li>The full video of Gigaom events, future and past.</li>
<li>Our webinars, infographics and other valuable information.</li>
</ul>
<p><strong>$995/y</strong></p>
<ul>
<li>Email address</li>
<li>Company name</li>
</ul>
<p>Subscribe now</p>
<p><strong>Required</strong> Your email address is your sign-in ID for Gigaom. By continuing, you are agreeing to our <a href="https://gigaom.com/terms-of-service/">Terms of Service</a> and <a href="https://gigaom.com/privacy-policy/">Privacy Policy</a>.</p>
<ul>
<li><a href="https://twitter.com/intent/tweet?counturl=https%3A%2F%2Fgigaom.com%2Freport%2Fartificial-intelligence-for-the-enterprise-a-primer-on-ai-use-in-the-enterprise%2F&text=Artificial+Intelligence+for+the+Enterprise%3A+A+Primer+on+AI+Use+in+the+Enterprise&url=https%3A%2F%2Fgigaom.com%2Freport%2Fartificial-intelligence-for-the-enterprise-a-primer-on-ai-use-in-the-enterprise%2F&via=Gigaom">Tweet</a> </li>
<li><a href="https://www.facebook.com/sharer/sharer.php?text=Artificial+Intelligence+for+the+Enterprise%3A+A+Primer+on+AI+Use+in+the+Enterprise&u=https%3A%2F%2Fgigaom.com%2Freport%2Fartificial-intelligence-for-the-enterprise-a-primer-on-ai-use-in-the-enterprise%2F">Share</a> </li>
<li><a href="http://www.linkedin.com/shareArticle?mini=true&source=Gigaom&summary=&title=Artificial+Intelligence+for+the+Enterprise%3A+A+Primer+on+AI+Use+in+the+Enterprise&url=https%3A%2F%2Fgigaom.com%2Freport%2Fartificial-intelligence-for-the-enterprise-a-primer-on-ai-use-in-the-enterprise%2F">Post</a></li>
</ul>
<h2>Analysis</h2>
<p>The world of Artificial Intelligence (AI) is growing at an unprecedented rate. This report provides a broad look at how enterprises leverage AI in meaningful ways. This report includes data from Gigaom’s recent AI survey, insights from our recent AI Conference, and personal experience working with corporate enterprises on their AI journey.</p>
<p>Gigaom’s AI survey and conference focused on what enterprises are doing today versus the potential that AI brings. In addition, both efforts focused predominantly on the corporate enterprise versus new entrants to the corporate world. The intent focused on a wide margin of companies that are often overlooked, yet represent most corporations in existence today. The Gigaom AI Survey (n=303), specifically targeted enterprise companies with at least 1,000 people and those whom are <em>actually working</em> with AI today.</p>
<h3><a href="https://giganom.com/report/artificial-intelligence-for-the-enterprise-a-primer-on-ai-use-in-the-enterprise/#toggle">Table of Contents</a></h3>
<ol>
<li>Summary</li>
<li>Overview of AI</li>
</ol>
我正在撰写一篇博文,如何在ckeditor中检索数据库中给出的任何数据。
我在Laravel的javascript中编码以从数据库中检索上述数据:
var html_body_{{$admin_post->id}} = "<?php echo str_replace(array("\r\n", "\n", "\r"), ' ', $admin_post->body); ?>";
CKEDITOR.instances['body_{{$admin_post->id}}'].setData(html_body_{{
admin_post->id}});