تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
بدءًا من فهرس البداية، تتم إزالة عدد من العناصر من القائمة وإدراج محتويات القائمة الأخرى في ذلك الموقع. إذا كانت قيمة "البدء" سالبة، يتم العد في الاتجاه العكسي من نهاية القائمة.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`List.splice()` modifies a list by removing elements and inserting new ones at a specified position."],["It takes `start`, `count`, and `other` as arguments to control the modification process."],["`start` determines the starting position for removal/insertion, while `count` determines the number of elements to remove."],["`other` provides the elements to insert; if `other` is null or None, elements are only removed."],["A negative `start` value counts backwards from the end of the list for positioning."]]],[]]