百度智能小程序 設(shè)置web小程序keywords meta

2020-09-05 14:44 更新

swan.setMetaKeywords

不推薦使用。

解釋: 設(shè)置 web 版小程序 keywords meta 信息。此方法為 web 版小程序?qū)S梅椒ǎ褂们靶枧袛喾椒ㄊ欠翊嬖凇?/p>

方法參數(shù)

Object object

object參數(shù)說明

屬性名類型必填默認(rèn)值說明
contentString需要設(shè)置的 keywords 內(nèi)容
successFunction接口調(diào)用成功的回調(diào)函數(shù)
failFunction接口調(diào)用失敗的回調(diào)函數(shù)
completeFunction接口調(diào)用結(jié)束的回調(diào)函數(shù)(調(diào)用成功、失敗都會執(zhí)行)

示例 

在開發(fā)者工具中打開

圖片示例

代碼示例

<view class="wrap">
    <button type="primary" bindtap="setMetaKeywords">setMetaKeywords</button>
</view>
Page({
    setMetaKeywords() {
        swan.setMetaKeywords({
            content: '小程序 keywords meta 信息',
            success: res => {
                console.log('setMetaKeywords success', res);
            },
            fail: err => {
                console.log('setMetaKeywords fail', err);
            }
        });
    }
});


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號