{"id":18292,"date":"2017-04-18T17:00:35","date_gmt":"2017-04-18T09:00:35","guid":{"rendered":"https:\/\/www.buddhalandonearth.org\/family\/?post_type=haru_video&#038;p=18292"},"modified":"2024-08-13T14:31:56","modified_gmt":"2024-08-13T06:31:56","slug":"%e3%80%90%e6%b2%99%e7%95%ab%f0%93%82%83%e8%88%87%e4%bd%9b%e5%9c%98%e5%9c%93%e3%80%91%e6%82%9f%e8%a6%ba%e5%a6%99%e5%a4%a9%e5%b8%ab%e7%88%b6%e5%bc%98%e6%8f%9a%e4%b8%96%e5%b0%8a%e7%9c%9f%e5%82%b3","status":"publish","type":"haru_video","link":"https:\/\/www.buddhalandonearth.org\/family\/video\/%e3%80%90%e6%b2%99%e7%95%ab%f0%93%82%83%e8%88%87%e4%bd%9b%e5%9c%98%e5%9c%93%e3%80%91%e6%82%9f%e8%a6%ba%e5%a6%99%e5%a4%a9%e5%b8%ab%e7%88%b6%e5%bc%98%e6%8f%9a%e4%b8%96%e5%b0%8a%e7%9c%9f%e5%82%b3\/","title":{"rendered":"\u3010\u6c99\u756b\ud80c\udc83\u8207\u4f5b\u5718\u5713\u3011\u609f\u89ba\u5999\u5929\u5e2b\u7236\u5f18\u63da\u4e16\u5c0a\u771f\u50b3\u6b63\u6cd5\uff0c\u5f15\u9818\u6211\u5011\u4e00\u8d77\u56de\u6b78\u9748\u6027\u7684\u6545\u9109"},"content":{"rendered":"\n<!-- <link rel='stylesheet' id='youtube'  href='https:\/\/www.youtube-nocookie.com\/s\/player\/5dd3f3b2\/www-player-webp.css' type='text\/css' media='all' \/>\n<script src='https:\/\/www.youtube.com\/iframe_api'><\/script> -->\n<style>\n.switch {\n  position: relative;\n  display: inline-block;\n  width: 50px;\n  height: 24px;\n}\n\n.switch input { \n  opacity: 0;\n  width: 0;\n  height: 0;\n}\n\n.slider {\n  position: absolute;\n  cursor: pointer;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background-color: #ccc;\n  -webkit-transition: .4s;\n  transition: .4s;\n  border-radius: 34px;\n}\n\n.slider:before {\n  position: absolute;\n  content: \"\";\n  height: 20px;\n  width: 20px;\n  left: 2px;\n  top: 2px;\n  background-color: white;\n  -webkit-transition: .4s;\n  transition: .4s;\n  border-radius: 50%;\n}\n\ninput:checked + .slider {\n  background-color: green;\n}\n\ninput:checked + .slider:before {\n  -webkit-transform: translateX(26px);\n  -ms-transform: translateX(26px);\n  transform: translateX(26px);\n}\n<\/style>\n<script language=\"JavaScript\">\nvar player;\nvar src = \"https:\/\/www.youtube.com\/embed\/AJ3L3V9-MkQ?enablejsapi=1&iv_load_policy=3&modestbranding=1&rel=0\";\nvar autoNextPlay=false;\n(function($) {\n \tfunction setCookie(name, value, expire_minute) {\n\t\tvar d = new Date();\n\t\td.setTime(d.getTime()+(60*60*24*30*12*1000));\n\t\tvar expires = \"expires=\"+d.toGMTString();\n\t\tdocument.cookie = name + \"=\" + escape(value) + \"; \" + expires+\"; path=\/\";\n  \t}\n  \tfunction getCookie (name) {\n\t\tif (document.cookie.length > 0) { \/\/ if there are any cookies\n\t\t\tvar search = name + \"=\";\n\t\t\toffset = document.cookie.indexOf(search);\n\t\t\tif (offset != -1) { \/\/ if cookie exists\n\t\t\t\toffset += search.length;\n\t\t\t\t\/\/ set index of beginning of value\n\t\t\t\tend = document.cookie.indexOf(\";\", offset);\n\t\t\t\t\/\/ set index of end of cookie value\n\t\t\t\tif (end == -1)\n\t\t\t\t\tend = document.cookie.length;\n\t\t\t\treturn unescape(document.cookie.substring(offset, end));\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}\n\t$(document).ready(function () {\n\n\t\tif(getCookie(\"autoNextPlay\")==1) {\n\t\t\tautoNextPlay=true;\n\t\t} else {\n\t\t\tautoNextPlay=false;\n\t\t}\n\t\t\t\t\n\t\t\/\/autoplay switch\n\t\tif(autoNextPlay) {\n\t\t\t$('.single-video-title').before('<div class=\"py-3 d-flex justify-content-center\"><div>\u81ea\u52d5\u64ad\u653e<label class=\"switch\"><input id = \"autoplaysw\" type=\"checkbox\" checked><span class=\"slider\"><\/span><\/label><\/div><\/div>');\n\t\t} else {\n\t\t\t$('.single-video-title').before('<div class=\"py-3 d-flex justify-content-center\"><div>\u81ea\u52d5\u64ad\u653e<label class=\"switch\"><input id = \"autoplaysw\" type=\"checkbox\"><span class=\"slider\"><\/span><\/label><\/div><\/div>');\n\t\t}\n\t\t$('#autoplaysw').change(function() {\n\t\t\tautoNextPlay=this.checked;\n\n\t\t\tif(autoNextPlay) {\n\t\t\t\tsetCookie(\"autoNextPlay\", 1,60);\n\t\t\t} else {\n\t\t\t\tsetCookie(\"autoNextPlay\", 0,60);\n\t\t\t}\n\n\t\t});\t\n\t\tif(autoNextPlay) {\n\t\t\tsrc = src+\"&autoplay=1\";\n\t\t}\n\t\t\/\/ var w = Math.ceil($('.player-wrapper').width()*0.8);\n\t\t\/\/ var h = Math.ceil($('.player-wrapper').height()*0.8);\n\t\t\/\/ $('#bw-video iframe').attr('width',w);\t\n\t\t\/\/ $('#bw-video iframe').attr('height',h);\t\n\t\t$('#bw-video iframe').attr('id','ytp');\n\t\t$('#bw-video iframe').attr('allow','accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture');\n\t\t$('#bw-video iframe').attr('allowfullscreen','1');\n\t\t$('#bw-video iframe').attr('frameborder','0');\n\t\t$('#bw-video iframe').attr('src',src);\n\n\t\ttry {\n\t\t\tplayer = { \n\t\t    playVideo: function(container,isautoplay) { \n\t\t     if (typeof(YT) == 'undefined' || typeof(YT.Player) == 'undefined') { \n\t\t      window.onYouTubePlayerAPIReady = function() { \n\t\t       player.loadPlayer(container,isautoplay); \n\t\t      }; \n\t\t      $.getScript('\/\/www.youtube.com\/player_api'); \n\t\t     } else { \n\t\t      player.loadPlayer(container); \n\t\t     } \n\t\t    }, \n\t\t    loadPlayer: function(container,isautoplay) { \n\t\t     window.player = new YT.Player(container,{events: {'onReady': function(){\n\t\t     \tif(isautoplay) {\n\t\t\t\t\t\twindow.player.pauseVideo();\n\t\t\t\t\t\twindow.player.playVideo();\n\t\t     \t}\n\t\t     }}});\n\t\t    }\n\t\t\t}; \n\t\t\tplayer.playVideo('ytp',autoNextPlay); \n\t\t\t$('#ytp').load(function(){\n\t\t\t\t$(\".video-player-direct\").click(function() {\n\t\t\t\t \tvar sStatus = player.getPlayerState();\n\t\t\t\t\tconsole.log(\"play\");\n\t\t\t\t\tconsole.log(sStatus);\n\t\t\t\t\tplayer.playVideo();\n\t\t\t\t});\n\t\t\t});\n\t\t}\n\t\tcatch (e) {\n\t\t\tconsole.log(e);\n\t\t}\n\n\t});\n})(jQuery);\n<\/script>\n<script language=\"JavaScript\">\nvar videolasttime=0;\nvar totalwatchtime=0;\nvar uid='';\nvar isyoutube=true;\nvar isvod=false;\nvar isvimeo=false;\n\n\nvar vid=getvid();\nvar url=window.location.href;\nvar title = gettitle();\nvar postform;\nvar issave = false;\nvar issaving = false;\nvar isend = false;\nvar PlayerStatus;\nvar beforetotalwatchtime=0;\nvar iscolse = false;\nvar number = Math.floor(Math.random()*90)+61;\nvar disconnectcount = 0;\nvar disconnecting =0;\nvar disconnected = 0;\nvar isfirstupdate=true;\nvar is_ga=false;\nfunction gettitle()\n{\n     var title='none';\n    if(title !='none') {\n        return title;\n    }\n\tif(document.getElementsByClassName(\"single-video-title\")[0]) {\n\t\t title = document.getElementsByClassName(\"single-video-title\")[0].innerText;\n\t} else if(document.getElementById(\"single-video-title\")){\n\t\t title = document.getElementById(\"single-video-title\").innerText;\n\t}\n\n\treturn title;\n}\n\nfunction getCookie (name)\n{\n\tif (document.cookie.length > 0) { \/\/ if there are any cookies\n\t\tvar search = name + \"=\";\n\t\toffset = document.cookie.indexOf(search);\n\t\tif (offset != -1) { \/\/ if cookie exists\n\t\t\toffset += search.length;\n\t\t\t\/\/ set index of beginning of value\n\t\t\tend = document.cookie.indexOf(\";\", offset);\n\t\t\t\/\/ set index of end of cookie value\n\t\t\tif (end == -1)\n\t\t\t\tend = document.cookie.length;\n\t\t\treturn unescape(document.cookie.substring(offset, end));\n\t\t}\n\t}\n\treturn null;\n}\nfunction getvid()\n{\n\tvar link =window.location.pathname;\n\tvar vid='0';\n\tif(vid !='0') {\n\t\treturn vid;\n\t}\n\tif(link.indexOf('video') >= 0 ) {\n\t\tvid = link.replace('\/family\/video\/', '');\n\t\treturn vid.replace('\/', '');\n\t} else {\n\t\tvid = \"\";\n\t\tvid = vid.replace(\/ \/g, '');\n\t\tvid = vid.replace(\/-\/g, '');\n\t\tvid = vid.replace(\/:\/g, '');\n\t\tvid = 'live_' + vid.substring(0, 10);\n\t\treturn vid;\n\t}\n\treturn 0;\n}\n\nfunction isVimeoPlayerReady(player)\n{\n  return player && typeof player.getPaused === 'function';\n}\n\nfunction isYTPlayerReady(player)\n{\n  return player && typeof player.getPlayerState === 'function';\n}\n\nfunction isjsPlayerReady(player)\n{\n  return player && typeof player.contentWindow.getisPlaying === 'function';\n}\nfunction getVimeoPlayerStatus()\n{\n\tif(isVimeoPlayerReady(player)) {\n\n\t\tvar t_paused=false;\n\t\tplayer.getPaused().then(function(paused) {\n\t\t\tt_paused = paused;\n\t\t});\n\n\t\tplayer.getCurrentTime().then(function(seconds) {\n\t\t\tif(videolasttime>1 && t_paused==false && videolasttime!=seconds) {\n\t\t\t\ttotalwatchtime=totalwatchtime+1;\n\t\t\t\tPlayerStatus = true;\n\t\t\t\tif(disconnecting>2) {\n\t\t\t\t\tdisconnected = disconnected+disconnecting;\n\t\t\t\t}\n\t\t\t\tdisconnecting=0;\n\t\t\t} else {\n\t\t\t\tif(t_paused==false) {\n\t\t\t\t\tdisconnecting = disconnecting+1;\n\t\t\t\t\tif(disconnecting==3) {\n\t\t\t\t\t\tdisconnectcount=disconnectcount+1;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tPlayerStatus = false;\n\t\t\t}\n\t\t\tvideolasttime = seconds;\n\t\t}).catch(function(error) {\n\t\t});\n\n\t\tplayer.getDuration().then(function(duration) {\n\t\t\tif(videolasttime+1>Math.round(duration)) {\n\t\t\t\tisend=true;\n\t\t\t} \n    \t\t\/\/ duration = the duration of the video in seconds\n\t\t}).catch(function(error) {\n    \t\t\/\/ an error occurred\n\t\t});\n\t}\n}\n\nfunction getYTPlayerStatus()\n{\n\tif(isYTPlayerReady(player)) {\n\t\tvar sStatus = player.getPlayerState();\n\t\tif(sStatus==0 || sStatus==2 ) {\n\t\t\tPlayerStatus = false;\n\t\t}\n\t\tif(sStatus==1 && player.getCurrentTime()!=videolasttime) {\n\t\t\ttotalwatchtime=totalwatchtime+1;\n\t\t\tPlayerStatus = true;\n\n\t\t\tif(disconnecting>2) {\n\t\t\t\tdisconnected = disconnected+disconnecting;\n\t\t\t}\n\t\t\tdisconnecting=0;\n\t\t}\n\t\tvideolasttime = player.getCurrentTime();\n\n\t\tif(sStatus==3) {\n\t\t\tdisconnecting = disconnecting+1;\n\t\t\tif(disconnecting==3) {\n\t\t\t\tdisconnectcount=disconnectcount+1;\n\t\t\t}\n\t\t}\n\n\n\t\tif(sStatus==0) {\n\t\t\tplayer.stopVideo();\n\t\t\tisend=true;\n\t\t}\n\t}\n}\n\nfunction getJsPlayerStatus()\n{\n\tvar ifr = document.getElementById(\"bw-video\");\n\tif(ifr!=null) {\n\t\tif(ifr.tagName!='IFRAME') {\n\t\t\tifr = document.getElementById(\"bw-video\").firstChild;\n\t\t} \n\t}\n\tif(isjsPlayerReady(ifr)) {\n\t\tvar sStatus = ifr.contentWindow.getisPlaying();\n\t\tPlayerStatus = sStatus;\n\t\tif(sStatus && ifr.contentWindow.getcurrentTime()!=videolasttime) {\n\t\t\ttotalwatchtime=totalwatchtime+1;\n\t\t}\n\t\tvideolasttime = ifr.contentWindow.getcurrentTime();\n\t}\n}\n\n\n(function($) {\n\t$('.video-auto-next-wrap').remove();\t\/\/haru video\n\tfunction\u3000autoNextProcess()\n\t{\n\t    \/\/ var playerWrap = params.playerWrap;\n\t    var autoNextUrl = $('.video-auto-next-wrap').attr('data-next-url');\n\t    var autoNextTimer = $('.progess-time-remain');\n\t    var autoNextSeconds = 10;\n\t    \/\/ @TODO: check last video auto next\n\t    if ( typeof( autoNextUrl ) === 'undefined' ) {\n\t        return;\n\t    }\n\n\t    \/\/ playerWrap.find('.video-auto-next-wrap').addClass('active');\n\t    $('.video-auto-next-wrap').addClass('active');\n\n\t    \/\/ $('.video-auto-next-wrap').show();\n\n\t    autoNextTimer.text(autoNextSeconds);\n\n\t    \/\/ playerWrap.find('.progess-time').addClass('active');\n\t\t$('.progess-time').addClass('active');\n\n\t    var autoNextInterval = setInterval(function() {\n\t        autoNextSeconds--;\n\t        if ( autoNextSeconds === 0 ) {\n\t            \/\/ playerWrap.find('.progess-time').removeClass('active');\n\t            $('.progess-time').removeClass('active');\n\t            clearInterval(autoNextInterval);\n\t        }\n\t        \n\t        autoNextTimer.text(autoNextSeconds);\n\t    }, 1000);\n\n\t    var autoNextCancel = null;\n\t        \n\t        autoNextCancel = setTimeout(function() {\n\t            if ( autoNextCancel !== null ) {\n\t                clearTimeout(autoNextCancel);\n\t            }\n\n\t            window.location.href = autoNextUrl;\n\n\t        }, autoNextSeconds * 1000);\n\t    \/\/ playerWrap.find('.video-next-cancel').off().on('click', function() {\n\n\t    $('.video-next-cancel').off().on('click', function() {\n\t        if ( autoNextCancel !== null ) {\n\t            clearTimeout(autoNextCancel);\n\t        }\n\t        \/\/ playerWrap.find('.progess-time').removeClass('active'); \/\/ @TODO: autoNextTimer.text(0); \n\n\t        $('.progess-time').removeClass('active'); \/\/ @TODO: autoNextTimer.text(0); \n\n\t        return false;\n\t    });\n\t}\n\n\n\tfunction UpdateStatus()\n\t{\n\n\t\tif(isyoutube) {\n\t\t\tgetYTPlayerStatus();\n\t\t\tif(isend && autoNextPlay) {\n\t\t\t\tautoNextProcess();\n\t\t\t\tisend=false;\n\t\t\t}\n\t\t}\n\n\t\tif(isvod) {\n\t\t\tgetJsPlayerStatus();\n\t\t}\n\t\tif(isvimeo) {\n\t\t\tgetVimeoPlayerStatus();\n\t\t\tif(isend && autoNextPlay) {\n\t\t\t\tautoNextProcess();\n\t\t\t\tisend=false;\n\t\t\t}\n\t\t}\n\t\t\/\/ console.log(videolasttime);\n\t\t\/\/ console.log(totalwatchtime);\n\t\t\/\/ console.log(isyoutube);\n\t\t\/\/ console.log(isvod);\n\t\t\/\/ console.log(uid);\n\t\t\/\/ console.log(vid); \n\t\t\/\/ console.log(url); \n\t\t\/\/ console.log(gettitle());\n\t\t\/\/ console.log(PlayerStatus);\n\t\t\/\/ console.log(videolasttime);\n\t\t\/\/ console.log(totalwatchtime);\n\t\t\/\/ console.log(disconnectcount);\n\t\t\/\/ console.log(disconnecting);\n\t\t\/\/ console.log(disconnected);\n\n\t\tif(totalwatchtime%number==0 || \n\t\t\t(isfirstupdate && totalwatchtime>0)) {\n\t\t\tUpdate_learning_record ();\n\t\t\tnumber = Math.floor(Math.random()*90)+61;\n\t\t\tif(totalwatchtime>0) {\n\t\t\t\t\tisfirstupdate = false;\n\t\t\t}\n\t\t}\n\n\t\tif(PlayerStatus==false) {\n\t\t\tUpdate_learning_record ();\n\t\t}\n\n\t\tsetTimeout(function(){UpdateStatus()}, 1000);\n\t}\n\n\tfunction Update_learning_record ()\n\t{\n\n\n\t\tif(totalwatchtime>0 &&\n\t\t beforetotalwatchtime != totalwatchtime &&\n\t\t issaving == false) {\n\n\t\t\tif(is_ga==false) {\n\t\t\t\tvar bw_prefix = decodeURI(getCookie('bw_prefix'));\n\t\t\t\tvar no = getCookie('share_src');\n\t\t\t\tvar get_title = gettitle();\n\t\t\t\tis_ga=true;\n\n\t\t\t\tif (no != null) {\n\t\t\t\t\tno = no.substring(2);\n\t\t\t\t\t\/\/ga('send', 'event', bw_prefix + 'Video', get_title, no);\n                    gtag('event', get_title, {\n                        'event_category': bw_prefix + 'Video',\n                        'event_label': no\n                    });\n\n\t\t\t\t} else {\n\t\t\t\t\t\/\/ga('send', 'event', bw_prefix + 'Video', get_title, no);\n                    gtag('event', get_title, {\n                        'event_category': bw_prefix + 'Video',\n                        'event_label': no\n                    });\n\t\t\t\t}\n\t\t\t}\n\n\t\t \tdisconnected = disconnected+disconnecting;\n\t\t\tissaving =true;\n\t\t\tvar formData = new FormData();\n\t\t\tformData.append('videolasttime',videolasttime);\n\t\t\tformData.append('watchtime',totalwatchtime);\n\t\t\tformData.append('uid',uid);\n\t\t\tformData.append('vid',vid);\n\t\t\tformData.append('url',url);\n\t\t\tformData.append('update',true);\n\t\t\tformData.append('title',gettitle());\n\t\t\tif(issave) {\n\t\t\t\tformData.append('issave',true);\n\t\t\t}\n\n\t\t\tpostform = $.ajax({\n\t\t\t\ttype: \"POST\",\n\t\t\t\turl: \"\",\n\t\t\t\tdata:formData,\n\t\t\t\tcache:false,\n\t\t\t\tprocessData: false,\n\t\t\t\tcontentType: false,\n\t\t\t\tdataType: 'html',   \/\/ \u56de\u50b3\u7684\u8cc7\u6599\u683c\u5f0f\n\t\t\t\tsuccess: function (data) {\n\t\t\t\t\tissave = true;\n\t\t\t\t\tbeforetotalwatchtime = totalwatchtime;\n\t\t\t\t\ttotalwatchtime=1;\n\t\t\t\t\tissaving=false;\n\t\t\t\t},\n\t\t\t\tbeforeSend: function (){\n\t\t\t\t},\n\n\t\t\t}).fail(function(){\n\n\t\t\t});\n\t\t}\n\t}\n\t$(document).ready(function () {\n\t\tUpdateStatus();\n\t\tif($('#qsm').length) {\n\t\t\tvar tmp_obj = $('#qsm');\n\t\t\t$('#qsm').remove();\n\t\t\t$('.single-video-playlist').before(tmp_obj);\n\t\t}\n\t$(window).bind(\"beforeunload\", function() { \n\t     if(iscolse==false) {\n\t\t\tUpdate_learning_record ();\n\t\t\tiscolse=true;\n\t\t}\n\t}) \n\n\t$(window).unload(function() { \n\t     if(iscolse==false) {\n\t\t\tUpdate_learning_record ();\n\t\t\tiscolse=true;\n\t\t}\n\t}) \n\n\t});\n})(jQuery);\n\n<\/script>\n\n\n\n\n\n\n\n\n\n\n\n<p>\u300a\u8207\u4f5b\u5718\u5713\u300b<br \/>\n\u6c99\u756b\u8868\u6f14\uff0f\u8303\u5b78\u6587<br \/>\n\u97f3\u6a02\u88fd\u4f5c\uff0f\u4f59\u66c9\u5cef (https:\/\/soundcloud.com\/crystal-yu)<\/p>\n<p>\u5169\u5343\u4e94\u767e\u5e74\u524d\u9748\u5c71\u6cd5\u6703\uff0c\u4e16\u5c0a\u624b\u6301\u91d1\u8272\u84ee\u82b1\uff0c\u4e0d\u8aaa\u4e00\u8a9e\uff0c\u8fe6\u8449\u5c0a\u8005\u660e\u767d\u4e86\u4f5b\u7684\u610f\u601d\uff0c\u7834\u984f\u5fae\u7b11\uff0c\u5c31\u5728\u62c8\u82b1\u3001\u5fae\u7b11\u4e4b\u9593\uff0c\u5b8c\u6210\u4f5b\u5fc3\u5370\u4e4b\u8b49\u91cf\u50b3\u627f\u3002\u79aa\u5b97\u6cd5\u8108\uff0c\u4ee3\u4ee3\u76f8\u50b3\uff0c\u4f5b\u7956\u5fc3\u71c8\uff0c\u4e0d\u4ee4\u65b7\u7d55\u3002<\/p>\n<p>\u609f\u89ba\u5999\u5929\u5e2b\u7236\u60b2\u5fc3\u5f18\u9858\uff0c\u5e2b\u627f\u79aa\u5b97\u7b2c\u516b\u5341\u56db\u4ee3\u5b97\u5e2b\u3000\u656c\u54c9\u79aa\u5e2b\uff0c\u7d93\u516b\u5e74\u82e6\u4fee\u8b49\u9053\uff0c\u4e09\u8eab\u6210\u5c31\uff0c\u662f\u70ba\u79aa\u5b97\u7b2c\u516b\u5341\u4e94\u4ee3\u5b97\u5e2b\u3002\u4e4b\u5f8c\u5e2b\u7236\u5e36\u9818\u4e00\u5343\u540d\u83c1\u82f1\u5f1f\u5b50\u81f3\u6cb3\u5357\u5d69\u5c71\u5c11\u6797\u5bfa\u6b78\u5b97\u62dc\u7956\uff0c\u6559\u5c0e\u5f1f\u5b50\u98f2\u6c34\u601d\u6e90\uff0c\u671f\u8a31\u79aa\u5b97\u6cd5\u8108\u4ee3\u4ee3\u6d41\u50b3\uff0c\u666e\u5ea6\u773e\u751f\uff0c\u540c\u767b\u559c\u6a02\u4f5b\u570b\u3002<\/p>\n<p>\u609f\u89ba\u5999\u5929\u5e2b\u7236\u5ee3\u958b\u666e\u5316\u5ea6\u773e\u4e4b\u9580\uff0c\u65bc\u5168\u53f0\u5404\u5730\u666e\u8a2d\u79aa\u4fee\u6703\u9928\uff0c\u5f18\u50b3\u91cb\u8fe6\u725f\u5c3c\u4f5b\u771f\u50b3\u4e4b\u7121\u4e0a\u5370\u5fc3\u4f5b\u6cd5\uff0c\u8b49\u9053\u5b97\u5e2b\u4ee5\u8056\u5149\u6e05\u6de8\u5f1f\u5b50\u7d2f\u4e16\u7684\u9b42\u9b44\uff0c\u53ef\u4ee5\u89e3\u812b\u751f\u6b7b\uff0c\u96e2\u82e6\u5f97\u6a02\uff0c\u589e\u9577\u667a\u6167\uff0c\u798f\u5831\u7dbf\u7dbf\uff1b\u80fd\u5f97\u6b64\u73cd\u8cb4\u4f5b\u7de3\uff0c\u5f1f\u5b50\u7121\u9650\u611f\u6069\u3002<\/p>\n<p>\u7136\u800c\uff0c\u6b63\u6cd5\u4e4b\u50b3\u63da\uff0c\u53e4\u4eca\u4e2d\u5916\u5747\u5341\u5206\u8271\u96e3\u3002\u5370\u5fc3\u4f5b\u6cd5\u6cd5\u9580\u906d\u9022\u653f\u6cbb\u6253\u58d3\uff0c \u5e2b\u7236\u8499\u53d7\u6cd5\u96e3\uff0c\u9762\u5c0d\u62b9\u9ed1\u53ca\u53f8\u6cd5\u8feb\u5bb3\uff0c\u7942\u4e00\u5f8b\u6982\u62ec\u627f\u53d7\uff0c\u5805\u6301\u5f18\u6cd5\u5229\u751f\u5927\u696d\uff0c\u5fc3\u5fd7\u7d72\u6beb\u4e0d\u751f\u52d5\u6416\uff0c\u66f4\u5f9e\u672a\u505c\u4e0b\u5f18\u6cd5\u5ea6\u773e\u7684\u8173\u6b65\uff0c\u56e0\u70ba\uff0c\u60df\u6709\u5c07\u6b63\u6cd5\u5f18\u63da\u958b\u4f86\uff0c\u6cd5\u8108\u50b3\u627f\u4e0b\u53bb\uff0c\u773e\u751f\u624d\u6709\u6a5f\u6703\u4fee\u5230\u6b63\u6cd5\uff0c\u56de\u5230\u4f5b\u570b\u6de8\u571f\u3002<\/p>\n<p>\u609f\u89ba\u5999\u5929\u5e2b\u7236\u95dc\u5fc3\u793e\u6703\u4e0a\u5404\u7a2e\u9700\u8981\u7167\u9867\u7684\u5f31\u52e2\u65cf\u7fa4\uff0c\u5728\u7a4d\u6975\u5f18\u63da\u6b63\u6cd5\u7684\u540c\u6642\uff0c\u66f4\u4e0d\u907a\u9918\u529b\u63a8\u52d5\u6148\u5584\u516c\u76ca\uff0c\u4e0d\u53ea\u6025\u96e3\u6551\u52a9\u3001\u6350\u6b3e\u8cd1\u707d\uff0c\u66f4\u7a69\u5b9a\u793e\u6703\u3001\u6eab\u6696\u4eba\u5fc3\uff0c\u672c\u8457\u6551\u4e16\u83e9\u85a9\u7684\u7cbe\u795e\uff0c\u9001\u5584\u6b3e\u8207\u6eab\u6696\u7d66\u8857\u53cb\u548c\u7368\u5c45\u8001\u4eba\u3001\u95dc\u61f7\u76e3\u7344\u6536\u5bb9\u4eba\u91cd\u8fd4\u793e\u6703\u3001\u516b\u516b\u98a8\u707d\u6642\u6350\u8d08\u5167\u653f\u90e8\u4e00\u5343\u842c\u707d\u5340\u91cd\u5efa\u7d93\u8cbb\u3001\u4ee5\u53ca\u4e00\u842c\u5305\u5e73\u5b89\u7c73\u5b89\u5b9a\u6c11\u5fc3\u3002<\/p>\n<p>\u7279\u5225\u662f\u90a3\u4e9b\u5225\u4eba\u505a\u4e0d\u5230\u3001\u9577\u671f\u7121\u6cd5\u89e3\u6c7a\u7684\u554f\u984c\uff1a\u5982\u7159\u6bd2\u72af\u6212\u766e\u89e3\u6bd2\u3001\u81ea\u9589\u75c7\u3001\u8166\u6027\u9ebb\u75fa\u60a3\u8005\u7b49\uff0c \u5e2b\u7236\u7686\u7528\u5fc3\u826f\u82e6\u52a0\u4ee5\u6276\u52a9\uff0c\u70ba\u5584\u4e0d\u6b32\u4eba\u77e5\uff0c\u5c31\u662f\u5e0c\u671b\u5e6b\u52a9\u66f4\u591a\u5bb6\u5ead\u3001\u958b\u555f\u66f4\u591a\u6709\u7de3\u4eba\u6b63\u6cd5\u4fee\u884c\u7684\u9053\u8def\u3002<\/p>\n<p>\u609f\u89ba\u5999\u5929\u5e2b\u7236\u5f18\u6cd5\u4e09\u5341\u56db\u5e74\u4f86\uff0c\u8209\u8fa6\u591a\u5834\u8d85\u904e\u6578\u842c\u4eba\u5171\u8944\u76db\u8209\u4eba\u5929\u5927\u6cd5\u6703:\u300c\u5370\u5fc3\u79aa\u6cd5\u898b\u6027\u6210\u4f5b\u5927\u6cd5\u6703\u300d\uff0c\u8a08\u6709\u516d\u842c\u9918\u4eba\u53c3\u8207\u76db\u6703\uff0c\u5834\u9762\u6d69\u5927\uff0c\u76db\u6cc1\u7a7a\u524d\uff1b\u300c\u8fce\u63a5\u4e8c\u5341\u4e00\u4e16\u7d00\u4e16\u754c\u548c\u5e73\u5927\u6cd5\u6703\u300d\uff0c\u5e2b\u7236\u6148\u60b2\u8d85\u5ea6\u4e8c\u5341\u4e16\u7d00\u767e\u5e74\u4f86\u6230\u722d\u53ca\u4e5d\u4e8c\u4e00\u5927\u5730\u9707\u4e4b\u6b89\u96e3\u8005\u81f3\u4f5b\u570b\u6de8\u571f\uff0c\u5927\u5a01\u5fb7\u529b\u9707\u64bc\u4eba\u5929\u6cd5\u754c\uff1b2012\u5e74\u66f4\u63a5\u9023\u8209\u8fa6\u300c\u5730\u7403\u4f5b\u570b\u4eba\u4eba\u4f5c\u4f5b\u5927\u6cd5\u6703\u300d\u3001\u300c\u5370\u5fc3\u4f5b\u6cd5\u79aa\u4fee\u898b\u8b49\u767c\u8868\u6703\u300d\u7b49\u5169\u5834\u5927\u6cd5\u6703\uff0c\u540c\u6642\u70ba\u8207\u6703\u4e4b\u6578\u842c\u4eba\u6d88\u707d\u7948\u798f\uff0c\u958b\u667a\u6167\uff0c\u958b\u4f5b\u9580\uff0c\u7121\u91cf\u4f5b\u5149\u904d\u7167\u5168\u5834\u3002\u8b93\u6709\u7de3\u4eba\u5f97\u6b64\u6a5f\u6703\uff0c\u80fd\u767b\u4e0a\u7a76\u7adf\u6b63\u6cd5\u7684\u6cd5\u8239\uff0c\u76f4\u822a\u89e3\u812b\u6210\u5c31\u7684\u5f7c\u5cb8\u3002<\/p>\n<p>\u4e00\u5343\u4e94\u767e\u5e74\u4f86\u5df2\u7121\u6b63\u6cd5\uff0c\u4eba\u4eba\u90fd\u60f3\u56de\u4f5b\u570b\u3001\u4e0a\u5929\u5802\uff0c \u4eba\u4e16\u9593\u537b\u5927\u591a\u53ea\u662f\u947d\u7814\u7d93\u5178\u4f5b\u5b78\uff0c\u76f8\u6cd5\u4fee\u884c\uff0c\u7121\u6cd5\u771f\u6b63\u89e3\u812b\u6210\u5c31\u3002 \u609f\u89ba\u5999\u5929\u5e2b\u7236\u5f18\u50b3\u91cb\u8fe6\u725f\u5c3c\u4f5b\u771f\u50b3\u6b63\u6cd5\uff0c\u5999\u8f49\u6cd5\u8f2a\uff0c\u80fd\u8b93\u4eba\u771f\u4fee\u5be6\u8b49\u3002\u672a\u4f86\uff0c\u6b64\u4f5b\u9640\u6b63\u6cd5\uff0c\u5c07\u8981\u50b3\u56de\u4e2d\u570b\u5927\u9678\u3001\u5370\u5ea6\uff0c\u5f18\u50b3\u5230\u5168\u4e16\u754c\uff0c\u767c\u63da\u5149\u5927\uff0c\u300c\u5730\u7403\u4f5b\u570b\uff0c\u4eba\u4eba\u4f5c\u4f5b\u300d\u3002<\/p>\n<p>\u4eba\u4eba\u4fee\u884c\u5370\u5fc3\u4f5b\u6cd5\uff0c\u4eba\u4eba\u90fd\u63a5\u5f97\u5230\u4f5b\u7684\u8056\u5149\u3002\u609f\u89ba\u5999\u5929\u5e2b\u7236\u627f\u63a5\u79aa\u5b97\u6b63\u6cd5\u6cd5\u8108\uff0c\u8207\u4e16\u5c0a\u3000\u91cb\u8fe6\u725f\u5c3c\u4f5b\u540c\u9ad4\uff0c\u7942\u6df1\u77e5\u4eba\u82e5\u6c92\u6709\u6b63\u6cd5\u4fee\u884c\uff0c\u5247\u5fc3\u9748\u7126\u6025\u4e0d\u5b89\uff0c\u6240\u4ee5\u6148\u60b2\u7684 \u5e2b\u7236\u7e31\u4f7f\u518d\u8f9b\u82e6\uff0c\u4ecd\u7136\u5805\u5b9a\u5f18\u6cd5\u76ee\u6a19\uff0c\u6240\u601d\u6240\u60f3\u90fd\u662f\u70ba\u4e86\u773e\u751f\uff1a\u7942\u8981\u5c07\u81ea\u5df1\u8b49\u5f97\u7684\u5927\u4f5b\u8b49\u91cf\uff0c\u5168\u90e8\u7121\u79c1\u5730\u5f18\u50b3\u7d66\u76f8\u4fe1\u7942\u7684\u4e16\u4eba\uff0c\u8b93\u4e16\u4eba\u53ef\u4ee5\u63a5\u5230\u6e05\u6de8\u6b8a\u52dd\u7684\u8056\u5149\uff0c\u5f97\u5230\u5e73\u5b89\u3001\u5065\u5eb7\u3001\u5feb\u6a02\u3001\u5e78\u798f\u3002<\/p>\n<p>\u6709\u7de3\u5171\u4fee\u6b63\u6cd5\u8005\uff0c\u9748\u6027\u5f97\u5927\u798f\u5831\uff0c\u90fd\u80fd\u56de\u5230\u5929\u754c\u4ee5\u4e0a\uff1b\u7cbe\u9032\u4fee\u884c\u3001\u767c\u9858\u666e\u5ea6\u773e\u751f\u8005\uff0c\u9748\u6027\u5149\u69ae\u56de\u5230\u4f5b\u7684\u5149\u660e\u4e16\u754c\uff1b\u8b93\u6211\u5011\u4e00\u8d77\u56de\u5230\u4f5b\u570b\u6de8\u571f\uff0c\u56de\u6b78\u9748\u6027\u7684\u6545\u9109\uff0c\u8207\u4f5b\u5718\u5713\u3002<\/p>\n","protected":false},"featured_media":18293,"comment_status":"open","ping_status":"closed","template":"","video_category":[169],"video_tag":[],"video_label":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.buddhalandonearth.org\/family\/wp-json\/wp\/v2\/haru_video\/18292"}],"collection":[{"href":"https:\/\/www.buddhalandonearth.org\/family\/wp-json\/wp\/v2\/haru_video"}],"about":[{"href":"https:\/\/www.buddhalandonearth.org\/family\/wp-json\/wp\/v2\/types\/haru_video"}],"replies":[{"embeddable":true,"href":"https:\/\/www.buddhalandonearth.org\/family\/wp-json\/wp\/v2\/comments?post=18292"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.buddhalandonearth.org\/family\/wp-json\/wp\/v2\/media\/18293"}],"wp:attachment":[{"href":"https:\/\/www.buddhalandonearth.org\/family\/wp-json\/wp\/v2\/media?parent=18292"}],"wp:term":[{"taxonomy":"video_category","embeddable":true,"href":"https:\/\/www.buddhalandonearth.org\/family\/wp-json\/wp\/v2\/video_category?post=18292"},{"taxonomy":"video_tag","embeddable":true,"href":"https:\/\/www.buddhalandonearth.org\/family\/wp-json\/wp\/v2\/video_tag?post=18292"},{"taxonomy":"video_label","embeddable":true,"href":"https:\/\/www.buddhalandonearth.org\/family\/wp-json\/wp\/v2\/video_label?post=18292"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}