W3Cschool
恭喜您成為首批注冊用戶
獲得88經驗值獎勵
不推薦使用。
解釋: 設置 web 版小程序 description meta 信息。此方法為 web 版小程序專用方法,使用前需判斷方法是否存在。
Object object
屬性名 | 類型 | 必填 | 默認值 | 說明 |
---|---|---|---|---|
content | String | 是 | 需要設置的 description 內容 | |
success | Function | 否 | 接口調用成功的回調函數(shù) | |
fail | Function | 否 | 接口調用失敗的回調函數(shù) | |
complete | Function | 否 | 接口調用結束的回調函數(shù)(調用成功、失敗都會執(zhí)行) |
<view class="wrap">
<button type="primary" bindtap="setMetaDescription">setMetaDescription</button>
</view>
Page({
setMetaDescription() {
swan.setMetaDescription({
content: '小程序 description meta 信息',
success: res => {
console.log('setMetaDescription success', res);
},
fail: err => {
console.log('setMetaDescription fail', err);
}
});
}
});
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: